#042CC4

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

Shades of Persian Blue #042CC4

Tints of Persian Blue #042CC4

Color information

#042CC4 (or 0x042CC4) is unknown color: approx Persian Blue. HEX triplet: 04, 2C and C4. RGB value is (4,44,196). Sum of RGB (Red+Green+Blue) = 4+44+196=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 196 (76.95% from 255 or 80.33% from 244); Max value from RGB is 196 - color contains mainly: blue. Hex color #042CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CC4 is #FBD33B. Grayscale: #303030. Windows color (decimal): -16503612 or 12856324. OLE color: 12856324.

HSL color Cylindrical-coordinate representation of color #042CC4: hue angle of 227.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042CC4 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB444196-
CMYK0.980.7800.23
HSL227.5º96%39.22%-
HSV(B)227.5º97.96%76.86%-
XYZ10.915.8152.77-
YUV49.37210.7595.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.64%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 196 (76.95% from 255) = 80.33%
R=1.64%
G=18.03%
B=80.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal4441960.980.7800.23227.59639.22
Hex42CC4624E017e46027
Octal45430414211602734414047
Binary1001011001100010011000101001110010111111001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042CC4; }

 p { color: rgb(4,44,196); }

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

<style>
 a { background-color: #042CC4; }

 a { background-color: rgb(4,44,196); }

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

<style>
 span { border-color: #042CC4; }

 span { border-color: rgb(4,44,196); }

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