#023762

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

Shades of Prussian Blue #023762

Tints of Prussian Blue #023762

Color information

#023762 (or 0x023762) is unknown color: approx Prussian Blue. HEX triplet: 02, 37 and 62. RGB value is (2,55,98). Sum of RGB (Red+Green+Blue) = 2+55+98=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #023762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023762 is #FDC89D. Grayscale: #2B2B2B. Windows color (decimal): -16631966 or 6436610. OLE color: 6436610.

HSL color Cylindrical-coordinate representation of color #023762: hue angle of 206.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023762 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB25598-
CMYK0.980.4400.62
HSL206.88º96%19.61%-
HSV(B)206.88º97.96%38.43%-
XYZ3.63.6312.07-
YUV44.05158.4498-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=1.29%
G=35.48%
B=63.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal255980.980.4400.62206.889619.61
Hex23762622C03Ecf6014
Octal2671421425407631714024
Binary1011011111000101100010101100011111011001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023762; }

 p { color: rgb(2,55,98); }

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

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

 a { background-color: rgb(2,55,98); }

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

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

 span { border-color: rgb(2,55,98); }

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