Html Css Color HEX #03405D Prussian Blue

📋 copy color: '#03405D'

red 3 ◦ green 64 ◦ blue 93

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

Shades of Prussian Blue #03405D

Tints of Prussian Blue #03405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40%

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

R = 1.88%
G = 40%
B = 58.13%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03405D (or 0x03405D) is known color: Prussian Blue. HEX triplet: 03, 40 and 5D. RGB value is (3,64,93). Sum of RGB (Red+Green+Blue) = 3+64+93=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #03405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03405D is #FCBFA2. Grayscale: #303030. Windows color (decimal): -16564131 or 6111235. OLE color: 6111235.

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

Color convert

RGB 3 64 93 -
CMYK 0.97 0.31 0 0.64
HSL 199.33º 0.94% 0.19% -
HSV(B) 199.33º 0.97% 0.36% -
XYZ 3.85 4.48 11.02 -
YUV 49.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 3 64 93 0.97 0.31 0 0.64 199.33 0.94 0.19
Hex 3 40 5D 61 1F 0 40 C7 5E 13
Octal 3 100 135 141 37 0 100 307 136 23
Binary 11 1000000 1011101 1100001 11111 0 1000000 11000111 1011110 10011

Color Harmonies of #03405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03405D

Black with #03405D

Text Example


Text Example

White with #03405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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