Html Css Color HEX #03395B Prussian Blue

📋 copy color: '#03395B'

red 3 ◦ green 57 ◦ blue 91

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

Shades of Prussian Blue #03395B

Tints of Prussian Blue #03395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.75%

 BLUE value IS 91 (35.94% from 255) = 60.26%

R = 1.99%
G = 37.75%
B = 60.26%

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

#03395B (or 0x03395B) is known color: Prussian Blue. HEX triplet: 03, 39 and 5B. RGB value is (3,57,91). Sum of RGB (Red+Green+Blue) = 3+57+91=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #03395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03395B is #FCC6A4. Grayscale: #2C2C2C. Windows color (decimal): -16565925 or 5978371. OLE color: 5978371.

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

Color convert

RGB 3 57 91 -
CMYK 0.97 0.37 0 0.64
HSL 203.18º 0.94% 0.18% -
HSV(B) 203.18º 0.97% 0.36% -
XYZ 3.39 3.7 10.43 -
YUV 44.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 3 57 91 0.97 0.37 0 0.64 203.18 0.94 0.18
Hex 3 39 5B 61 25 0 40 CB 5E 12
Octal 3 71 133 141 45 0 100 313 136 22
Binary 11 111001 1011011 1100001 100101 0 1000000 11001011 1011110 10010

Color Harmonies of #03395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03395B

Black with #03395B

Text Example


Text Example

White with #03395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03395B; }

 p { color: rgb(3,57,91); }

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

background-color css

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

 a { background-color: rgb(3,57,91); }

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

border-color css

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

 span { border-color: rgb(3,57,91); }

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