Html Css Color HEX #033C69 Prussian Blue

📋 copy color: '#033C69'

red 3 ◦ green 60 ◦ blue 105

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

Shades of Prussian Blue #033C69

Tints of Prussian Blue #033C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.5%

R = 1.79%
G = 35.71%
B = 62.5%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#033C69 (or 0x033C69) is known color: Prussian Blue. HEX triplet: 03, 3C and 69. RGB value is (3,60,105). Sum of RGB (Red+Green+Blue) = 3+60+105=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #033C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C69 is #FCC396. Grayscale: #2F2F2F. Windows color (decimal): -16565143 or 6896643. OLE color: 6896643.

HSL color Cylindrical-coordinate representation of color #033C69: hue angle of 206.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C69 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 60 105 -
CMYK 0.97 0.43 0 0.59
HSL 206.47º 0.94% 0.21% -
HSV(B) 206.47º 0.97% 0.41% -
XYZ 4.2 4.27 13.97 -
YUV 48.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 3 60 105 0.97 0.43 0 0.59 206.47 0.94 0.21
Hex 3 3C 69 61 2B 0 3B CE 5E 15
Octal 3 74 151 141 53 0 73 316 136 25
Binary 11 111100 1101001 1100001 101011 0 111011 11001110 1011110 10101

Color Harmonies of #033C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C69

Black with #033C69

Text Example


Text Example

White with #033C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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