Html Css Color HEX #03365D Prussian Blue

📋 copy color: '#03365D'

red 3 ◦ green 54 ◦ blue 93

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

Shades of Prussian Blue #03365D

Tints of Prussian Blue #03365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36%

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

R = 2%
G = 36%
B = 62%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03365D (or 0x03365D) is known color: Prussian Blue. HEX triplet: 03, 36 and 5D. RGB value is (3,54,93). Sum of RGB (Red+Green+Blue) = 3+54+93=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #03365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03365D is #FCC9A2. Grayscale: #2A2A2A. Windows color (decimal): -16566691 or 6108675. OLE color: 6108675.

HSL color Cylindrical-coordinate representation of color #03365D: hue angle of 206º 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 #03365D is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 54 93 -
CMYK 0.97 0.42 0 0.64
HSL 206º 0.94% 0.19% -
HSV(B) 206º 0.97% 0.36% -
XYZ 3.33 3.45 10.85 -
YUV 43.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 3 54 93 0.97 0.42 0 0.64 206 0.94 0.19
Hex 3 36 5D 61 2A 0 40 CE 5E 13
Octal 3 66 135 141 52 0 100 316 136 23
Binary 11 110110 1011101 1100001 101010 0 1000000 11001110 1011110 10011

Color Harmonies of #03365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03365D

Black with #03365D

Text Example


Text Example

White with #03365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03365D; }

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

 H1.HeaderClassName
 {
   color: #03365D;
 }
 .AnyTagClassName
 {
   color: #03365D;
 }
</style>

background-color css

<style>
 a { background-color: #03365D; }

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

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

border-color css

<style>
 span { border-color: #03365D; }

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

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