#302acf

Color #302ACF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #302ACF

Tints of Persian Blue #302ACF

Color information

#302ACF (or 0x302ACF) is unknown color: approx Persian Blue. HEX triplet: 30, 2A and CF. RGB value is (48,42,207). Sum of RGB (Red+Green+Blue) = 48+42+207=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #302ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ACF is #CFD530. Grayscale: #3D3D3D. Windows color (decimal): -13620529 or 13576752. OLE color: 13576752.

HSL color Cylindrical-coordinate representation of color #302ACF: hue angle of 242.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302ACF is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4842207-
CMYK0.770.8000.19
HSL242.18º66.27%48.82%-
HSV(B)242.18º79.71%81.18%-
XYZ13.316.7959.64-
YUV62.6209.49117.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 207 (81.25% from 255) = 69.70%
R=16.16%
G=14.14%
B=69.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48422070.770.8000.19242.1866.2748.82
Hex302ACF4D50013f24231
Octal605231711512002336210261
Binary1100001010101100111110011011010000010011111100101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302acf; }

 p { color: rgb(48,42,207); }

 H1.HeaderClassName
 {
   color: #302acf;
 }
 .AnyTagClassName
 {
   color: #302acf;
 }
</style>
background-color css

<style>
 a { background-color: #302acf; }

 a { background-color: rgb(48,42,207); }

 div.DivClassName
 {
   background-color: #302acf;
 }
 .BgClassName
 {
   background-color: #302acf;
 }
</style>
border-color css

<style>
 span { border-color: #302acf; }

 span { border-color: rgb(48,42,207); }

 td.TdClassName
 {
   border-color: #302acf;
 }
 .TagClassName
 {
   border-color: #302acf;
 }
</style>