Html Css Color HEX #033259 Prussian Blue

📋 copy color: '#033259'

red 3 ◦ green 50 ◦ blue 89

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

Shades of Prussian Blue #033259

Tints of Prussian Blue #033259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

 BLUE value IS 89 (35.16% from 255) = 62.68%

R = 2.11%
G = 35.21%
B = 62.68%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#033259 (or 0x033259) is known color: Prussian Blue. HEX triplet: 03, 32 and 59. RGB value is (3,50,89). Sum of RGB (Red+Green+Blue) = 3+50+89=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #033259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033259 is #FCCDA6. Grayscale: #282828. Windows color (decimal): -16567719 or 5845507. OLE color: 5845507.

HSL color Cylindrical-coordinate representation of color #033259: hue angle of 207.21º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033259 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 50 89 -
CMYK 0.97 0.44 0 0.65
HSL 207.21º 0.93% 0.18% -
HSV(B) 207.21º 0.97% 0.35% -
XYZ 2.98 3.02 9.88 -
YUV 40.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 3 50 89 0.97 0.44 0 0.65 207.21 0.93 0.18
Hex 3 32 59 61 2C 0 41 CF 5D 12
Octal 3 62 131 141 54 0 101 317 135 22
Binary 11 110010 1011001 1100001 101100 0 1000001 11001111 1011101 10010

Color Harmonies of #033259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033259

Black with #033259

Text Example


Text Example

White with #033259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033259; }

 p { color: rgb(3,50,89); }

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

background-color css

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

 a { background-color: rgb(3,50,89); }

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

border-color css

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

 span { border-color: rgb(3,50,89); }

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