Html Css Color HEX #033250 Prussian Blue

📋 copy color: '#033250'

red 3 ◦ green 50 ◦ blue 80

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

Shades of Prussian Blue #033250

Tints of Prussian Blue #033250

RGB

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

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

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

R = 2.26%
G = 37.59%
B = 60.15%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#033250 (or 0x033250) is known color: Prussian Blue. HEX triplet: 03, 32 and 50. RGB value is (3,50,80). Sum of RGB (Red+Green+Blue) = 3+50+80=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #033250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033250 is #FCCDAF. Grayscale: #272727. Windows color (decimal): -16567728 or 5255683. OLE color: 5255683.

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

Color convert

RGB 3 50 80 -
CMYK 0.96 0.37 0 0.69
HSL 203.38º 0.93% 0.16% -
HSV(B) 203.38º 0.96% 0.31% -
XYZ 2.63 2.88 8.01 -
YUV 39.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 3 50 80 0.96 0.37 0 0.69 203.38 0.93 0.16
Hex 3 32 50 60 25 0 45 CB 5D 10
Octal 3 62 120 140 45 0 105 313 135 20
Binary 11 110010 1010000 1100000 100101 0 1000101 11001011 1011101 10000

Color Harmonies of #033250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033250

Black with #033250

Text Example


Text Example

White with #033250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033250; }

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

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

background-color css

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

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

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

border-color css

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

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

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