Html Css Color HEX #033C58 Prussian Blue

📋 copy color: '#033C58'

red 3 ◦ green 60 ◦ blue 88

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

Shades of Prussian Blue #033C58

Tints of Prussian Blue #033C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 58.28%

R = 1.99%
G = 39.74%
B = 58.28%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#033C58 (or 0x033C58) is known color: Prussian Blue. HEX triplet: 03, 3C and 58. RGB value is (3,60,88). Sum of RGB (Red+Green+Blue) = 3+60+88=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #033C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C58 is #FCC3A7. Grayscale: #2D2D2D. Windows color (decimal): -16565160 or 5782531. OLE color: 5782531.

HSL color Cylindrical-coordinate representation of color #033C58: hue angle of 199.76º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C58 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 60 88 -
CMYK 0.97 0.32 0 0.65
HSL 199.76º 0.93% 0.18% -
HSV(B) 199.76º 0.97% 0.35% -
XYZ 3.41 3.96 9.82 -
YUV 46.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 3 60 88 0.97 0.32 0 0.65 199.76 0.93 0.18
Hex 3 3C 58 61 20 0 41 C8 5D 12
Octal 3 74 130 141 40 0 101 310 135 22
Binary 11 111100 1011000 1100001 100000 0 1000001 11001000 1011101 10010

Color Harmonies of #033C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C58

Black with #033C58

Text Example


Text Example

White with #033C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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