Html Css Color HEX #033B5D Prussian Blue

📋 copy color: '#033B5D'

red 3 ◦ green 59 ◦ blue 93

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

Shades of Prussian Blue #033B5D

Tints of Prussian Blue #033B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 60%

R = 1.94%
G = 38.06%
B = 60%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#033B5D (or 0x033B5D) is known color: Prussian Blue. HEX triplet: 03, 3B and 5D. RGB value is (3,59,93). Sum of RGB (Red+Green+Blue) = 3+59+93=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #033B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B5D is #FCC4A2. Grayscale: #2D2D2D. Windows color (decimal): -16565411 or 6109955. OLE color: 6109955.

HSL color Cylindrical-coordinate representation of color #033B5D: hue angle of 202.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033B5D is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 59 93 -
CMYK 0.97 0.37 0 0.64
HSL 202.67º 0.94% 0.19% -
HSV(B) 202.67º 0.97% 0.36% -
XYZ 3.58 3.94 10.93 -
YUV 46.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 3 59 93 0.97 0.37 0 0.64 202.67 0.94 0.19
Hex 3 3B 5D 61 25 0 40 CB 5E 13
Octal 3 73 135 141 45 0 100 313 136 23
Binary 11 111011 1011101 1100001 100101 0 1000000 11001011 1011110 10011

Color Harmonies of #033B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B5D

Black with #033B5D

Text Example


Text Example

White with #033B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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