Html Css Color HEX #033C6C Prussian Blue

📋 copy color: '#033C6C'

red 3 ◦ green 60 ◦ blue 108

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

Shades of Prussian Blue #033C6C

Tints of Prussian Blue #033C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 63.16%

R = 1.75%
G = 35.09%
B = 63.16%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#033C6C (or 0x033C6C) is known color: Prussian Blue. HEX triplet: 03, 3C and 6C. RGB value is (3,60,108). Sum of RGB (Red+Green+Blue) = 3+60+108=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #033C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C6C is #FCC393. Grayscale: #303030. Windows color (decimal): -16565140 or 7093251. OLE color: 7093251.

HSL color Cylindrical-coordinate representation of color #033C6C: hue angle of 207.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C6C is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 60 108 -
CMYK 0.97 0.44 0 0.58
HSL 207.43º 0.95% 0.22% -
HSV(B) 207.43º 0.97% 0.42% -
XYZ 4.36 4.33 14.79 -
YUV 48.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 3 60 108 0.97 0.44 0 0.58 207.43 0.95 0.22
Hex 3 3C 6C 61 2C 0 3A CF 5F 16
Octal 3 74 154 141 54 0 72 317 137 26
Binary 11 111100 1101100 1100001 101100 0 111010 11001111 1011111 10110

Color Harmonies of #033C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C6C

Black with #033C6C

Text Example


Text Example

White with #033C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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