Html Css Color HEX #03396C Prussian Blue

📋 copy color: '#03396C'

red 3 ◦ green 57 ◦ blue 108

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

Shades of Prussian Blue #03396C

Tints of Prussian Blue #03396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.93%

 BLUE value IS 108 (42.58% from 255) = 64.29%

R = 1.79%
G = 33.93%
B = 64.29%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03396C (or 0x03396C) is known color: Prussian Blue. HEX triplet: 03, 39 and 6C. RGB value is (3,57,108). Sum of RGB (Red+Green+Blue) = 3+57+108=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #03396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03396C is #FCC693. Grayscale: #2E2E2E. Windows color (decimal): -16565908 or 7092483. OLE color: 7092483.

HSL color Cylindrical-coordinate representation of color #03396C: hue angle of 209.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03396C is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 57 108 -
CMYK 0.97 0.47 0 0.58
HSL 209.14º 0.95% 0.22% -
HSV(B) 209.14º 0.97% 0.42% -
XYZ 4.21 4.03 14.74 -
YUV 46.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 3 57 108 0.97 0.47 0 0.58 209.14 0.95 0.22
Hex 3 39 6C 61 2F 0 3A D1 5F 16
Octal 3 71 154 141 57 0 72 321 137 26
Binary 11 111001 1101100 1100001 101111 0 111010 11010001 1011111 10110

Color Harmonies of #03396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03396C

Black with #03396C

Text Example


Text Example

White with #03396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03396C; }

 p { color: rgb(3,57,108); }

 H1.HeaderClassName
 {
   color: #03396C;
 }
 .AnyTagClassName
 {
   color: #03396C;
 }
</style>

background-color css

<style>
 a { background-color: #03396C; }

 a { background-color: rgb(3,57,108); }

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

border-color css

<style>
 span { border-color: #03396C; }

 span { border-color: rgb(3,57,108); }

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