Html Css Color HEX #03375B Prussian Blue

📋 copy color: '#03375B'

red 3 ◦ green 55 ◦ blue 91

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

Shades of Prussian Blue #03375B

Tints of Prussian Blue #03375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.91%

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

R = 2.01%
G = 36.91%
B = 61.07%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03375B (or 0x03375B) is known color: Prussian Blue. HEX triplet: 03, 37 and 5B. RGB value is (3,55,91). Sum of RGB (Red+Green+Blue) = 3+55+91=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #03375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03375B is #FCC8A4. Grayscale: #2B2B2B. Windows color (decimal): -16566437 or 5977859. OLE color: 5977859.

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

Color convert

RGB 3 55 91 -
CMYK 0.97 0.40 0 0.64
HSL 204.55º 0.94% 0.18% -
HSV(B) 204.55º 0.97% 0.36% -
XYZ 3.29 3.51 10.4 -
YUV 43.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 3 55 91 0.97 0.40 0 0.64 204.55 0.94 0.18
Hex 3 37 5B 61 28 0 40 CD 5E 12
Octal 3 67 133 141 50 0 100 315 136 22
Binary 11 110111 1011011 1100001 101000 0 1000000 11001101 1011110 10010

Color Harmonies of #03375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03375B

Black with #03375B

Text Example


Text Example

White with #03375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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