Html Css Color HEX #033C57 Prussian Blue

📋 copy color: '#033C57'

red 3 ◦ green 60 ◦ blue 87

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

Shades of Prussian Blue #033C57

Tints of Prussian Blue #033C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 58%

R = 2%
G = 40%
B = 58%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#033C57 (or 0x033C57) is known color: Prussian Blue. HEX triplet: 03, 3C and 57. RGB value is (3,60,87). Sum of RGB (Red+Green+Blue) = 3+60+87=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #033C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C57 is #FCC3A8. Grayscale: #2D2D2D. Windows color (decimal): -16565161 or 5716995. OLE color: 5716995.

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

Color convert

RGB 3 60 87 -
CMYK 0.97 0.31 0 0.66
HSL 199.29º 0.93% 0.18% -
HSV(B) 199.29º 0.97% 0.34% -
XYZ 3.37 3.94 9.6 -
YUV 46.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 3 60 87 0.97 0.31 0 0.66 199.29 0.93 0.18
Hex 3 3C 57 61 1F 0 42 C7 5D 12
Octal 3 74 127 141 37 0 102 307 135 22
Binary 11 111100 1010111 1100001 11111 0 1000010 11000111 1011101 10010

Color Harmonies of #033C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C57

Black with #033C57

Text Example


Text Example

White with #033C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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