Html Css Color HEX #033168 Prussian Blue

📋 copy color: '#033168'

red 3 ◦ green 49 ◦ blue 104

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

Shades of Prussian Blue #033168

Tints of Prussian Blue #033168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

 BLUE value IS 104 (41.02% from 255) = 66.67%

R = 1.92%
G = 31.41%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#033168 (or 0x033168) is known color: Prussian Blue. HEX triplet: 03, 31 and 68. RGB value is (3,49,104). Sum of RGB (Red+Green+Blue) = 3+49+104=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #033168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033168 is #FCCE97. Grayscale: #292929. Windows color (decimal): -16567960 or 6828291. OLE color: 6828291.

HSL color Cylindrical-coordinate representation of color #033168: hue angle of 212.67º 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 #033168 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 49 104 -
CMYK 0.97 0.53 0 0.59
HSL 212.67º 0.94% 0.21% -
HSV(B) 212.67º 0.97% 0.41% -
XYZ 3.63 3.22 13.53 -
YUV 41.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 3 49 104 0.97 0.53 0 0.59 212.67 0.94 0.21
Hex 3 31 68 61 35 0 3B D5 5E 15
Octal 3 61 150 141 65 0 73 325 136 25
Binary 11 110001 1101000 1100001 110101 0 111011 11010101 1011110 10101

Color Harmonies of #033168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033168

Black with #033168

Text Example


Text Example

White with #033168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033168; }

 p { color: rgb(3,49,104); }

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

background-color css

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

 a { background-color: rgb(3,49,104); }

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

border-color css

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

 span { border-color: rgb(3,49,104); }

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