Html Css Color HEX #023472 Prussian Blue

📋 copy color: '#023472'

red 2 ◦ green 52 ◦ blue 114

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

Shades of Prussian Blue #023472

Tints of Prussian Blue #023472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

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

R = 1.19%
G = 30.95%
B = 67.86%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023472 (or 0x023472) is known color: Prussian Blue. HEX triplet: 02, 34 and 72. RGB value is (2,52,114). Sum of RGB (Red+Green+Blue) = 2+52+114=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #023472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023472 is #FDCB8D. Grayscale: #2B2B2B. Windows color (decimal): -16632718 or 7484418. OLE color: 7484418.

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

Color convert

RGB 2 52 114 -
CMYK 0.98 0.54 0 0.55
HSL 213.21º 0.97% 0.23% -
HSV(B) 213.21º 0.98% 0.45% -
XYZ 4.29 3.68 16.4 -
YUV 44.12 167.44 97.96 -
System Red Green Blue C M Y K H S L
Decimal 2 52 114 0.98 0.54 0 0.55 213.21 0.97 0.23
Hex 2 34 72 62 36 0 37 D5 61 17
Octal 2 64 162 142 66 0 67 325 141 27
Binary 10 110100 1110010 1100010 110110 0 110111 11010101 1100001 10111

Color Harmonies of #023472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023472

Black with #023472

Text Example


Text Example

White with #023472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023472; }

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

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

background-color css

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

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

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

border-color css

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

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

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