Html Css Color HEX #03365B Prussian Blue

📋 copy color: '#03365B'

red 3 ◦ green 54 ◦ blue 91

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

Shades of Prussian Blue #03365B

Tints of Prussian Blue #03365B

RGB

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

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

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

R = 2.03%
G = 36.49%
B = 61.49%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03365B (or 0x03365B) is known color: Prussian Blue. HEX triplet: 03, 36 and 5B. RGB value is (3,54,91). Sum of RGB (Red+Green+Blue) = 3+54+91=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #03365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03365B is #FCC9A4. Grayscale: #2A2A2A. Windows color (decimal): -16566693 or 5977603. OLE color: 5977603.

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

Color convert

RGB 3 54 91 -
CMYK 0.97 0.41 0 0.64
HSL 205.23º 0.94% 0.18% -
HSV(B) 205.23º 0.97% 0.36% -
XYZ 3.25 3.41 10.39 -
YUV 42.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 3 54 91 0.97 0.41 0 0.64 205.23 0.94 0.18
Hex 3 36 5B 61 29 0 40 CD 5E 12
Octal 3 66 133 141 51 0 100 315 136 22
Binary 11 110110 1011011 1100001 101001 0 1000000 11001101 1011110 10010

Color Harmonies of #03365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03365B

Black with #03365B

Text Example


Text Example

White with #03365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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