Html Css Color HEX #033C70 Prussian Blue

📋 copy color: '#033C70'

red 3 ◦ green 60 ◦ blue 112

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

Shades of Prussian Blue #033C70

Tints of Prussian Blue #033C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

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

R = 1.71%
G = 34.29%
B = 64%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#033C70 (or 0x033C70) is known color: Prussian Blue. HEX triplet: 03, 3C and 70. RGB value is (3,60,112). Sum of RGB (Red+Green+Blue) = 3+60+112=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #033C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C70 is #FCC38F. Grayscale: #303030. Windows color (decimal): -16565136 or 7355395. OLE color: 7355395.

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

Color convert

RGB 3 60 112 -
CMYK 0.97 0.46 0 0.56
HSL 208.62º 0.95% 0.23% -
HSV(B) 208.62º 0.97% 0.44% -
XYZ 4.58 4.42 15.94 -
YUV 48.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 3 60 112 0.97 0.46 0 0.56 208.62 0.95 0.23
Hex 3 3C 70 61 2E 0 38 D1 5F 17
Octal 3 74 160 141 56 0 70 321 137 27
Binary 11 111100 1110000 1100001 101110 0 111000 11010001 1011111 10111

Color Harmonies of #033C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C70

Black with #033C70

Text Example


Text Example

White with #033C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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