Html Css Color HEX #033C6F Prussian Blue

📋 copy color: '#033C6F'

red 3 ◦ green 60 ◦ blue 111

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

Shades of Prussian Blue #033C6F

Tints of Prussian Blue #033C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 1.72%
G = 34.48%
B = 63.79%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#033C6F (or 0x033C6F) is known color: Prussian Blue. HEX triplet: 03, 3C and 6F. RGB value is (3,60,111). Sum of RGB (Red+Green+Blue) = 3+60+111=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #033C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C6F is #FCC390. Grayscale: #303030. Windows color (decimal): -16565137 or 7289859. OLE color: 7289859.

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

Color convert

RGB 3 60 111 -
CMYK 0.97 0.46 0 0.56
HSL 208.33º 0.95% 0.22% -
HSV(B) 208.33º 0.97% 0.44% -
XYZ 4.52 4.4 15.65 -
YUV 48.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 3 60 111 0.97 0.46 0 0.56 208.33 0.95 0.22
Hex 3 3C 6F 61 2E 0 38 D0 5F 16
Octal 3 74 157 141 56 0 70 320 137 26
Binary 11 111100 1101111 1100001 101110 0 111000 11010000 1011111 10110

Color Harmonies of #033C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C6F

Black with #033C6F

Text Example


Text Example

White with #033C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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