Html Css Color HEX #033251 Prussian Blue

📋 copy color: '#033251'

red 3 ◦ green 50 ◦ blue 81

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

Shades of Prussian Blue #033251

Tints of Prussian Blue #033251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 60.45%

R = 2.24%
G = 37.31%
B = 60.45%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#033251 (or 0x033251) is known color: Prussian Blue. HEX triplet: 03, 32 and 51. RGB value is (3,50,81). Sum of RGB (Red+Green+Blue) = 3+50+81=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #033251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033251 is #FCCDAE. Grayscale: #272727. Windows color (decimal): -16567727 or 5321219. OLE color: 5321219.

HSL color Cylindrical-coordinate representation of color #033251: hue angle of 203.85º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033251 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 50 81 -
CMYK 0.96 0.38 0 0.68
HSL 203.85º 0.93% 0.16% -
HSV(B) 203.85º 0.96% 0.32% -
XYZ 2.66 2.89 8.2 -
YUV 39.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 3 50 81 0.96 0.38 0 0.68 203.85 0.93 0.16
Hex 3 32 51 60 26 0 44 CC 5D 10
Octal 3 62 121 140 46 0 104 314 135 20
Binary 11 110010 1010001 1100000 100110 0 1000100 11001100 1011101 10000

Color Harmonies of #033251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033251

Black with #033251

Text Example


Text Example

White with #033251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033251; }

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

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

background-color css

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

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

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

border-color css

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

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

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