Html Css Color HEX #033470 Prussian Blue

📋 copy color: '#033470'

red 3 ◦ green 52 ◦ blue 112

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

Shades of Prussian Blue #033470

Tints of Prussian Blue #033470

RGB

 RED value IS 3 (1.56% from 255) = 1.8%

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

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

R = 1.8%
G = 31.14%
B = 67.07%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#033470 (or 0x033470) is known color: Prussian Blue. HEX triplet: 03, 34 and 70. RGB value is (3,52,112). Sum of RGB (Red+Green+Blue) = 3+52+112=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #033470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033470 is #FCCB8F. Grayscale: #2B2B2B. Windows color (decimal): -16567184 or 7353347. OLE color: 7353347.

HSL color Cylindrical-coordinate representation of color #033470: hue angle of 213.03º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033470 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 52 112 -
CMYK 0.97 0.54 0 0.56
HSL 213.03º 0.95% 0.23% -
HSV(B) 213.03º 0.97% 0.44% -
XYZ 4.19 3.65 15.81 -
YUV 44.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 3 52 112 0.97 0.54 0 0.56 213.03 0.95 0.23
Hex 3 34 70 61 36 0 38 D5 5F 17
Octal 3 64 160 141 66 0 70 325 137 27
Binary 11 110100 1110000 1100001 110110 0 111000 11010101 1011111 10111

Color Harmonies of #033470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033470

Black with #033470

Text Example


Text Example

White with #033470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033470; }

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

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

background-color css

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

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

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

border-color css

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

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

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