Html Css Color HEX #033F5C Prussian Blue

📋 copy color: '#033F5C'

red 3 ◦ green 63 ◦ blue 92

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

Shades of Prussian Blue #033F5C

Tints of Prussian Blue #033F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 39.87%

 BLUE value IS 92 (36.33% from 255) = 58.23%

R = 1.9%
G = 39.87%
B = 58.23%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#033F5C (or 0x033F5C) is known color: Prussian Blue. HEX triplet: 03, 3F and 5C. RGB value is (3,63,92). Sum of RGB (Red+Green+Blue) = 3+63+92=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #033F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F5C is #FCC0A3. Grayscale: #303030. Windows color (decimal): -16564388 or 6045443. OLE color: 6045443.

HSL color Cylindrical-coordinate representation of color #033F5C: hue angle of 199.55º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033F5C is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 63 92 -
CMYK 0.97 0.32 0 0.64
HSL 199.55º 0.94% 0.19% -
HSV(B) 199.55º 0.97% 0.36% -
XYZ 3.75 4.35 10.77 -
YUV 48.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 3 63 92 0.97 0.32 0 0.64 199.55 0.94 0.19
Hex 3 3F 5C 61 20 0 40 C8 5E 13
Octal 3 77 134 141 40 0 100 310 136 23
Binary 11 111111 1011100 1100001 100000 0 1000000 11001000 1011110 10011

Color Harmonies of #033F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F5C

Black with #033F5C

Text Example


Text Example

White with #033F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,92); }

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

background-color css

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

 a { background-color: rgb(3,63,92); }

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

border-color css

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

 span { border-color: rgb(3,63,92); }

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