Html Css Color HEX #03395A Prussian Blue

📋 copy color: '#03395A'

red 3 ◦ green 57 ◦ blue 90

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

Shades of Prussian Blue #03395A

Tints of Prussian Blue #03395A

RGB

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

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

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

R = 2%
G = 38%
B = 60%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03395A (or 0x03395A) is known color: Prussian Blue. HEX triplet: 03, 39 and 5A. RGB value is (3,57,90). Sum of RGB (Red+Green+Blue) = 3+57+90=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #03395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03395A is #FCC6A5. Grayscale: #2C2C2C. Windows color (decimal): -16565926 or 5912835. OLE color: 5912835.

HSL color Cylindrical-coordinate representation of color #03395A: hue angle of 202.76º 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 #03395A is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 57 90 -
CMYK 0.97 0.37 0 0.65
HSL 202.76º 0.94% 0.18% -
HSV(B) 202.76º 0.97% 0.35% -
XYZ 3.35 3.68 10.21 -
YUV 44.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 3 57 90 0.97 0.37 0 0.65 202.76 0.94 0.18
Hex 3 39 5A 61 25 0 41 CB 5E 12
Octal 3 71 132 141 45 0 101 313 136 22
Binary 11 111001 1011010 1100001 100101 0 1000001 11001011 1011110 10010

Color Harmonies of #03395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03395A

Black with #03395A

Text Example


Text Example

White with #03395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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