Html Css Color HEX #023574 Prussian Blue

📋 copy color: '#023574'

red 2 ◦ green 53 ◦ blue 116

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

Shades of Prussian Blue #023574

Tints of Prussian Blue #023574

RGB

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

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

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

R = 1.17%
G = 30.99%
B = 67.84%

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

#023574 (or 0x023574) is known color: Prussian Blue. HEX triplet: 02, 35 and 74. RGB value is (2,53,116). Sum of RGB (Red+Green+Blue) = 2+53+116=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #023574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023574 is #FDCA8B. Grayscale: #2C2C2C. Windows color (decimal): -16632460 or 7615746. OLE color: 7615746.

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

Color convert

RGB 2 53 116 -
CMYK 0.98 0.54 0 0.55
HSL 213.16º 0.97% 0.23% -
HSV(B) 213.16º 0.98% 0.45% -
XYZ 4.45 3.82 17.03 -
YUV 44.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 2 53 116 0.98 0.54 0 0.55 213.16 0.97 0.23
Hex 2 35 74 62 36 0 37 D5 61 17
Octal 2 65 164 142 66 0 67 325 141 27
Binary 10 110101 1110100 1100010 110110 0 110111 11010101 1100001 10111

Color Harmonies of #023574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023574

Black with #023574

Text Example


Text Example

White with #023574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023574; }

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

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

background-color css

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

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

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

border-color css

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

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

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