Html Css Color HEX #03376F Prussian Blue

📋 copy color: '#03376F'

red 3 ◦ green 55 ◦ blue 111

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

Shades of Prussian Blue #03376F

Tints of Prussian Blue #03376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 65.68%

R = 1.78%
G = 32.54%
B = 65.68%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03376F (or 0x03376F) is known color: Prussian Blue. HEX triplet: 03, 37 and 6F. RGB value is (3,55,111). Sum of RGB (Red+Green+Blue) = 3+55+111=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #03376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03376F is #FCC890. Grayscale: #2D2D2D. Windows color (decimal): -16566417 or 7288579. OLE color: 7288579.

HSL color Cylindrical-coordinate representation of color #03376F: hue angle of 211.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03376F is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 55 111 -
CMYK 0.97 0.50 0 0.56
HSL 211.11º 0.95% 0.22% -
HSV(B) 211.11º 0.97% 0.44% -
XYZ 4.27 3.9 15.57 -
YUV 45.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 3 55 111 0.97 0.50 0 0.56 211.11 0.95 0.22
Hex 3 37 6F 61 32 0 38 D3 5F 16
Octal 3 67 157 141 62 0 70 323 137 26
Binary 11 110111 1101111 1100001 110010 0 111000 11010011 1011111 10110

Color Harmonies of #03376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03376F

Black with #03376F

Text Example


Text Example

White with #03376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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