Html Css Color HEX #03445F Prussian Blue

📋 copy color: '#03445F'

red 3 ◦ green 68 ◦ blue 95

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

Shades of Prussian Blue #03445F

Tints of Prussian Blue #03445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

 BLUE value IS 95 (37.5% from 255) = 57.23%

R = 1.81%
G = 40.96%
B = 57.23%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03445F (or 0x03445F) is known color: Prussian Blue. HEX triplet: 03, 44 and 5F. RGB value is (3,68,95). Sum of RGB (Red+Green+Blue) = 3+68+95=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #03445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03445F is #FCBBA0. Grayscale: #333333. Windows color (decimal): -16563105 or 6243331. OLE color: 6243331.

HSL color Cylindrical-coordinate representation of color #03445F: hue angle of 197.61º 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 #03445F is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 68 95 -
CMYK 0.97 0.28 0 0.63
HSL 197.61º 0.94% 0.19% -
HSV(B) 197.61º 0.97% 0.37% -
XYZ 4.17 4.98 11.57 -
YUV 51.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 3 68 95 0.97 0.28 0 0.63 197.61 0.94 0.19
Hex 3 44 5F 61 1C 0 3F C6 5E 13
Octal 3 104 137 141 34 0 77 306 136 23
Binary 11 1000100 1011111 1100001 11100 0 111111 11000110 1011110 10011

Color Harmonies of #03445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03445F

Black with #03445F

Text Example


Text Example

White with #03445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03445F; }

 p { color: rgb(3,68,95); }

 H1.HeaderClassName
 {
   color: #03445F;
 }
 .AnyTagClassName
 {
   color: #03445F;
 }
</style>

background-color css

<style>
 a { background-color: #03445F; }

 a { background-color: rgb(3,68,95); }

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

border-color css

<style>
 span { border-color: #03445F; }

 span { border-color: rgb(3,68,95); }

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