Html Css Color HEX #033253 Prussian Blue

📋 copy color: '#033253'

red 3 ◦ green 50 ◦ blue 83

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

Shades of Prussian Blue #033253

Tints of Prussian Blue #033253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 2.21%
G = 36.76%
B = 61.03%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033253 (or 0x033253) is known color: Prussian Blue. HEX triplet: 03, 32 and 53. RGB value is (3,50,83). Sum of RGB (Red+Green+Blue) = 3+50+83=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #033253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033253 is #FCCDAC. Grayscale: #272727. Windows color (decimal): -16567725 or 5452291. OLE color: 5452291.

HSL color Cylindrical-coordinate representation of color #033253: hue angle of 204.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033253 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 50 83 -
CMYK 0.96 0.40 0 0.67
HSL 204.75º 0.93% 0.17% -
HSV(B) 204.75º 0.96% 0.33% -
XYZ 2.74 2.93 8.6 -
YUV 39.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 3 50 83 0.96 0.40 0 0.67 204.75 0.93 0.17
Hex 3 32 53 60 28 0 43 CD 5D 11
Octal 3 62 123 140 50 0 103 315 135 21
Binary 11 110010 1010011 1100000 101000 0 1000011 11001101 1011101 10001

Color Harmonies of #033253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033253

Black with #033253

Text Example


Text Example

White with #033253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033253; }

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

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

background-color css

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

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

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

border-color css

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

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

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