Html Css Color HEX #033370 Prussian Blue

📋 copy color: '#033370'

red 3 ◦ green 51 ◦ blue 112

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

Shades of Prussian Blue #033370

Tints of Prussian Blue #033370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

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

R = 1.81%
G = 30.72%
B = 67.47%

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

#033370 (or 0x033370) is known color: Prussian Blue. HEX triplet: 03, 33 and 70. RGB value is (3,51,112). Sum of RGB (Red+Green+Blue) = 3+51+112=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 51 (20.31% from 255 or 30.72% 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 #033370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033370 is #FCCC8F. Grayscale: #2B2B2B. Windows color (decimal): -16567440 or 7353091. OLE color: 7353091.

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

Color convert

RGB 3 51 112 -
CMYK 0.97 0.54 0 0.56
HSL 213.58º 0.95% 0.23% -
HSV(B) 213.58º 0.97% 0.44% -
XYZ 4.15 3.56 15.8 -
YUV 43.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 3 51 112 0.97 0.54 0 0.56 213.58 0.95 0.23
Hex 3 33 70 61 36 0 38 D6 5F 17
Octal 3 63 160 141 66 0 70 326 137 27
Binary 11 110011 1110000 1100001 110110 0 111000 11010110 1011111 10111

Color Harmonies of #033370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033370

Black with #033370

Text Example


Text Example

White with #033370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033370; }

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

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

background-color css

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

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

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

border-color css

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

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

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