Html Css Color HEX #023474 Prussian Blue

📋 copy color: '#023474'

red 2 ◦ green 52 ◦ blue 116

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

Shades of Prussian Blue #023474

Tints of Prussian Blue #023474

RGB

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

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

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

R = 1.18%
G = 30.59%
B = 68.24%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023474 (or 0x023474) is known color: Prussian Blue. HEX triplet: 02, 34 and 74. RGB value is (2,52,116). Sum of RGB (Red+Green+Blue) = 2+52+116=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #023474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023474 is #FDCB8B. Grayscale: #2C2C2C. Windows color (decimal): -16632716 or 7615490. OLE color: 7615490.

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

Color convert

RGB 2 52 116 -
CMYK 0.98 0.55 0 0.55
HSL 213.68º 0.97% 0.23% -
HSV(B) 213.68º 0.98% 0.45% -
XYZ 4.41 3.73 17.01 -
YUV 44.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 2 52 116 0.98 0.55 0 0.55 213.68 0.97 0.23
Hex 2 34 74 62 37 0 37 D6 61 17
Octal 2 64 164 142 67 0 67 326 141 27
Binary 10 110100 1110100 1100010 110111 0 110111 11010110 1100001 10111

Color Harmonies of #023474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023474

Black with #023474

Text Example


Text Example

White with #023474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023474; }

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

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

background-color css

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

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

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

border-color css

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

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

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