Html Css Color HEX #033150 Prussian Blue

📋 copy color: '#033150'

red 3 ◦ green 49 ◦ blue 80

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

Shades of Prussian Blue #033150

Tints of Prussian Blue #033150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 60.61%

R = 2.27%
G = 37.12%
B = 60.61%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#033150 (or 0x033150) is known color: Prussian Blue. HEX triplet: 03, 31 and 50. RGB value is (3,49,80). Sum of RGB (Red+Green+Blue) = 3+49+80=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #033150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033150 is #FCCEAF. Grayscale: #262626. Windows color (decimal): -16567984 or 5255427. OLE color: 5255427.

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

Color convert

RGB 3 49 80 -
CMYK 0.96 0.39 0 0.69
HSL 204.16º 0.93% 0.16% -
HSV(B) 204.16º 0.96% 0.31% -
XYZ 2.58 2.8 7.99 -
YUV 38.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 3 49 80 0.96 0.39 0 0.69 204.16 0.93 0.16
Hex 3 31 50 60 27 0 45 CC 5D 10
Octal 3 61 120 140 47 0 105 314 135 20
Binary 11 110001 1010000 1100000 100111 0 1000101 11001100 1011101 10000

Color Harmonies of #033150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033150

Black with #033150

Text Example


Text Example

White with #033150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033150; }

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

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

background-color css

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

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

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

border-color css

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

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

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