Html Css Color HEX #023770 Prussian Blue

📋 copy color: '#023770'

red 2 ◦ green 55 ◦ blue 112

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

Shades of Prussian Blue #023770

Tints of Prussian Blue #023770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

 BLUE value IS 112 (44.14% from 255) = 66.27%

R = 1.18%
G = 32.54%
B = 66.27%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023770 (or 0x023770) is known color: Prussian Blue. HEX triplet: 02, 37 and 70. RGB value is (2,55,112). Sum of RGB (Red+Green+Blue) = 2+55+112=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #023770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023770 is #FDC88F. Grayscale: #2D2D2D. Windows color (decimal): -16631952 or 7354114. OLE color: 7354114.

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

Color convert

RGB 2 55 112 -
CMYK 0.98 0.51 0 0.56
HSL 211.09º 0.96% 0.22% -
HSV(B) 211.09º 0.98% 0.44% -
XYZ 4.32 3.92 15.86 -
YUV 45.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 2 55 112 0.98 0.51 0 0.56 211.09 0.96 0.22
Hex 2 37 70 62 33 0 38 D3 60 16
Octal 2 67 160 142 63 0 70 323 140 26
Binary 10 110111 1110000 1100010 110011 0 111000 11010011 1100000 10110

Color Harmonies of #023770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023770

Black with #023770

Text Example


Text Example

White with #023770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023770; }

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

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

background-color css

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

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

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

border-color css

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

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

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