#2030C6

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

Shades of Persian Blue #2030C6

Tints of Persian Blue #2030C6

Color information

#2030C6 (or 0x2030C6) is unknown color: approx Persian Blue. HEX triplet: 20, 30 and C6. RGB value is (32,48,198). Sum of RGB (Red+Green+Blue) = 32+48+198=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 198 (77.73% from 255 or 71.22% from 278); Max value from RGB is 198 - color contains mainly: blue. Hex color #2030C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2030C6 is #DFCF39. Grayscale: #3B3B3B. Windows color (decimal): -14667578 or 12988448. OLE color: 12988448.

HSL color Cylindrical-coordinate representation of color #2030C6: hue angle of 234.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2030C6 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3248198-
CMYK0.840.7600.22
HSL234.22º72.17%45.1%-
HSV(B)234.22º83.84%77.65%-
XYZ11.856.554.06-
YUV60.32205.7107.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.51%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 198 (77.73% from 255) = 71.22%
R=11.51%
G=17.27%
B=71.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32481980.840.7600.22234.2272.1745.1
Hex2030C6544C016ea482d
Octal406030612411402635211055
Binary1000001100001100011010101001001100010110111010101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2030C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2030C6; }

 p { color: rgb(32,48,198); }

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

<style>
 a { background-color: #2030C6; }

 a { background-color: rgb(32,48,198); }

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

<style>
 span { border-color: #2030C6; }

 span { border-color: rgb(32,48,198); }

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