Html Css Color HEX #033F66 Prussian Blue

📋 copy color: '#033F66'

red 3 ◦ green 63 ◦ blue 102

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

Shades of Prussian Blue #033F66

Tints of Prussian Blue #033F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60.71%

R = 1.79%
G = 37.5%
B = 60.71%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#033F66 (or 0x033F66) is known color: Prussian Blue. HEX triplet: 03, 3F and 66. RGB value is (3,63,102). Sum of RGB (Red+Green+Blue) = 3+63+102=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #033F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F66 is #FCC099. Grayscale: #313131. Windows color (decimal): -16564378 or 6700803. OLE color: 6700803.

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

Color convert

RGB 3 63 102 -
CMYK 0.97 0.38 0 0.6
HSL 203.64º 0.94% 0.21% -
HSV(B) 203.64º 0.97% 0.4% -
XYZ 4.21 4.53 13.22 -
YUV 49.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 3 63 102 0.97 0.38 0 0.6 203.64 0.94 0.21
Hex 3 3F 66 61 26 0 3C CC 5E 15
Octal 3 77 146 141 46 0 74 314 136 25
Binary 11 111111 1100110 1100001 100110 0 111100 11001100 1011110 10101

Color Harmonies of #033F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F66

Black with #033F66

Text Example


Text Example

White with #033F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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