Html Css Color HEX #03395E Prussian Blue

📋 copy color: '#03395E'

red 3 ◦ green 57 ◦ blue 94

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

Shades of Prussian Blue #03395E

Tints of Prussian Blue #03395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.04%

R = 1.95%
G = 37.01%
B = 61.04%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03395E (or 0x03395E) is known color: Prussian Blue. HEX triplet: 03, 39 and 5E. RGB value is (3,57,94). Sum of RGB (Red+Green+Blue) = 3+57+94=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #03395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03395E is #FCC6A1. Grayscale: #2C2C2C. Windows color (decimal): -16565922 or 6174979. OLE color: 6174979.

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

Color convert

RGB 3 57 94 -
CMYK 0.97 0.39 0 0.63
HSL 204.4º 0.94% 0.19% -
HSV(B) 204.4º 0.97% 0.37% -
XYZ 3.52 3.75 11.13 -
YUV 45.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 3 57 94 0.97 0.39 0 0.63 204.4 0.94 0.19
Hex 3 39 5E 61 27 0 3F CC 5E 13
Octal 3 71 136 141 47 0 77 314 136 23
Binary 11 111001 1011110 1100001 100111 0 111111 11001100 1011110 10011

Color Harmonies of #03395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03395E

Black with #03395E

Text Example


Text Example

White with #03395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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