Html Css Color HEX #023470 Prussian Blue

📋 copy color: '#023470'

red 2 ◦ green 52 ◦ blue 112

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

Shades of Prussian Blue #023470

Tints of Prussian Blue #023470

RGB

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

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

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

R = 1.2%
G = 31.33%
B = 67.47%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023470 (or 0x023470) is known color: Prussian Blue. HEX triplet: 02, 34 and 70. RGB value is (2,52,112). Sum of RGB (Red+Green+Blue) = 2+52+112=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #023470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023470 is #FDCB8F. Grayscale: #2B2B2B. Windows color (decimal): -16632720 or 7353346. OLE color: 7353346.

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

Color convert

RGB 2 52 112 -
CMYK 0.98 0.54 0 0.56
HSL 212.73º 0.96% 0.22% -
HSV(B) 212.73º 0.98% 0.44% -
XYZ 4.18 3.64 15.81 -
YUV 43.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 2 52 112 0.98 0.54 0 0.56 212.73 0.96 0.22
Hex 2 34 70 62 36 0 38 D5 60 16
Octal 2 64 160 142 66 0 70 325 140 26
Binary 10 110100 1110000 1100010 110110 0 111000 11010101 1100000 10110

Color Harmonies of #023470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023470

Black with #023470

Text Example


Text Example

White with #023470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023470; }

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

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

background-color css

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

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

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

border-color css

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

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

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