Html Css Color HEX #033351 Prussian Blue

📋 copy color: '#033351'

red 3 ◦ green 51 ◦ blue 81

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

Shades of Prussian Blue #033351

Tints of Prussian Blue #033351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.78%

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

R = 2.22%
G = 37.78%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#033351 (or 0x033351) is known color: Prussian Blue. HEX triplet: 03, 33 and 51. RGB value is (3,51,81). Sum of RGB (Red+Green+Blue) = 3+51+81=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #033351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033351 is #FCCCAE. Grayscale: #272727. Windows color (decimal): -16567471 or 5321475. OLE color: 5321475.

HSL color Cylindrical-coordinate representation of color #033351: hue angle of 203.08º 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 #033351 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 51 81 -
CMYK 0.96 0.37 0 0.68
HSL 203.08º 0.93% 0.16% -
HSV(B) 203.08º 0.96% 0.32% -
XYZ 2.71 2.98 8.22 -
YUV 40.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 3 51 81 0.96 0.37 0 0.68 203.08 0.93 0.16
Hex 3 33 51 60 25 0 44 CB 5D 10
Octal 3 63 121 140 45 0 104 313 135 20
Binary 11 110011 1010001 1100000 100101 0 1000100 11001011 1011101 10000

Color Harmonies of #033351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033351

Black with #033351

Text Example


Text Example

White with #033351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033351; }

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

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

background-color css

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

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

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

border-color css

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

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

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