Html Css Color HEX #033B5A Prussian Blue

📋 copy color: '#033B5A'

red 3 ◦ green 59 ◦ blue 90

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

Shades of Prussian Blue #033B5A

Tints of Prussian Blue #033B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.82%

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 1.97%
G = 38.82%
B = 59.21%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#033B5A (or 0x033B5A) is known color: Prussian Blue. HEX triplet: 03, 3B and 5A. RGB value is (3,59,90). Sum of RGB (Red+Green+Blue) = 3+59+90=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #033B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B5A is #FCC4A5. Grayscale: #2D2D2D. Windows color (decimal): -16565414 or 5913347. OLE color: 5913347.

HSL color Cylindrical-coordinate representation of color #033B5A: hue angle of 201.38º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033B5A is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 59 90 -
CMYK 0.97 0.34 0 0.65
HSL 201.38º 0.94% 0.18% -
HSV(B) 201.38º 0.97% 0.35% -
XYZ 3.45 3.89 10.24 -
YUV 45.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 3 59 90 0.97 0.34 0 0.65 201.38 0.94 0.18
Hex 3 3B 5A 61 22 0 41 C9 5E 12
Octal 3 73 132 141 42 0 101 311 136 22
Binary 11 111011 1011010 1100001 100010 0 1000001 11001001 1011110 10010

Color Harmonies of #033B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B5A

Black with #033B5A

Text Example


Text Example

White with #033B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033B5A; }

 p { color: rgb(3,59,90); }

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

background-color css

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

 a { background-color: rgb(3,59,90); }

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

border-color css

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

 span { border-color: rgb(3,59,90); }

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