Html Css Color HEX #023576 Prussian Blue

📋 copy color: '#023576'

red 2 ◦ green 53 ◦ blue 118

#023576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #023576

Tints of Prussian Blue #023576

RGB

 RED value IS 2 (1.17% from 255) = 1.16%

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 118 (46.48% from 255) = 68.21%

R = 1.16%
G = 30.64%
B = 68.21%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023576 (or 0x023576) is known color: Prussian Blue. HEX triplet: 02, 35 and 76. RGB value is (2,53,118). Sum of RGB (Red+Green+Blue) = 2+53+118=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #023576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023576 is #FDCA89. Grayscale: #2C2C2C. Windows color (decimal): -16632458 or 7746818. OLE color: 7746818.

HSL color Cylindrical-coordinate representation of color #023576: hue angle of 213.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023576 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 53 118 -
CMYK 0.98 0.55 0 0.54
HSL 213.62º 0.97% 0.24% -
HSV(B) 213.62º 0.98% 0.46% -
XYZ 4.57 3.87 17.65 -
YUV 45.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 2 53 118 0.98 0.55 0 0.54 213.62 0.97 0.24
Hex 2 35 76 62 37 0 36 D6 61 18
Octal 2 65 166 142 67 0 66 326 141 30
Binary 10 110101 1110110 1100010 110111 0 110110 11010110 1100001 11000

Color Harmonies of #023576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023576

Black with #023576

Text Example


Text Example

White with #023576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023576; }

 p { color: rgb(2,53,118); }

 H1.HeaderClassName
 {
   color: #023576;
 }
 .AnyTagClassName
 {
   color: #023576;
 }
</style>

background-color css

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

 a { background-color: rgb(2,53,118); }

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

border-color css

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

 span { border-color: rgb(2,53,118); }

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