Html Css Color HEX #023672 Prussian Blue

📋 copy color: '#023672'

red 2 ◦ green 54 ◦ blue 114

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

Shades of Prussian Blue #023672

Tints of Prussian Blue #023672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

 BLUE value IS 114 (44.92% from 255) = 67.06%

R = 1.18%
G = 31.76%
B = 67.06%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023672 (or 0x023672) is known color: Prussian Blue. HEX triplet: 02, 36 and 72. RGB value is (2,54,114). Sum of RGB (Red+Green+Blue) = 2+54+114=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #023672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023672 is #FDC98D. Grayscale: #2D2D2D. Windows color (decimal): -16632206 or 7484930. OLE color: 7484930.

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

Color convert

RGB 2 54 114 -
CMYK 0.98 0.53 0 0.55
HSL 212.14º 0.97% 0.23% -
HSV(B) 212.14º 0.98% 0.45% -
XYZ 4.38 3.87 16.43 -
YUV 45.29 166.77 97.12 -
System Red Green Blue C M Y K H S L
Decimal 2 54 114 0.98 0.53 0 0.55 212.14 0.97 0.23
Hex 2 36 72 62 35 0 37 D4 61 17
Octal 2 66 162 142 65 0 67 324 141 27
Binary 10 110110 1110010 1100010 110101 0 110111 11010100 1100001 10111

Color Harmonies of #023672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023672

Black with #023672

Text Example


Text Example

White with #023672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023672; }

 p { color: rgb(2,54,114); }

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

background-color css

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

 a { background-color: rgb(2,54,114); }

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

border-color css

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

 span { border-color: rgb(2,54,114); }

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