Html Css Color HEX #023774 Prussian Blue

📋 copy color: '#023774'

red 2 ◦ green 55 ◦ blue 116

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

Shades of Prussian Blue #023774

Tints of Prussian Blue #023774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.05%

R = 1.16%
G = 31.79%
B = 67.05%

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

#023774 (or 0x023774) is known color: Prussian Blue. HEX triplet: 02, 37 and 74. RGB value is (2,55,116). Sum of RGB (Red+Green+Blue) = 2+55+116=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #023774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023774 is #FDC88B. Grayscale: #2D2D2D. Windows color (decimal): -16631948 or 7616258. OLE color: 7616258.

HSL color Cylindrical-coordinate representation of color #023774: hue angle of 212.11º 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 #023774 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 55 116 -
CMYK 0.98 0.53 0 0.55
HSL 212.11º 0.97% 0.23% -
HSV(B) 212.11º 0.98% 0.45% -
XYZ 4.54 4.01 17.06 -
YUV 46.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 2 55 116 0.98 0.53 0 0.55 212.11 0.97 0.23
Hex 2 37 74 62 35 0 37 D4 61 17
Octal 2 67 164 142 65 0 67 324 141 27
Binary 10 110111 1110100 1100010 110101 0 110111 11010100 1100001 10111

Color Harmonies of #023774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023774

Black with #023774

Text Example


Text Example

White with #023774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023774; }

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

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

background-color css

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

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

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

border-color css

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

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

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