Html Css Color HEX #033C6E Prussian Blue

📋 copy color: '#033C6E'

red 3 ◦ green 60 ◦ blue 110

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

Shades of Prussian Blue #033C6E

Tints of Prussian Blue #033C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.58%

R = 1.73%
G = 34.68%
B = 63.58%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#033C6E (or 0x033C6E) is known color: Prussian Blue. HEX triplet: 03, 3C and 6E. RGB value is (3,60,110). Sum of RGB (Red+Green+Blue) = 3+60+110=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #033C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C6E is #FCC391. Grayscale: #303030. Windows color (decimal): -16565138 or 7224323. OLE color: 7224323.

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

Color convert

RGB 3 60 110 -
CMYK 0.97 0.45 0 0.57
HSL 208.04º 0.95% 0.22% -
HSV(B) 208.04º 0.97% 0.43% -
XYZ 4.47 4.38 15.36 -
YUV 48.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 3 60 110 0.97 0.45 0 0.57 208.04 0.95 0.22
Hex 3 3C 6E 61 2D 0 39 D0 5F 16
Octal 3 74 156 141 55 0 71 320 137 26
Binary 11 111100 1101110 1100001 101101 0 111001 11010000 1011111 10110

Color Harmonies of #033C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C6E

Black with #033C6E

Text Example


Text Example

White with #033C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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