Html Css Color HEX #03386C Prussian Blue

📋 copy color: '#03386C'

red 3 ◦ green 56 ◦ blue 108

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

Shades of Prussian Blue #03386C

Tints of Prussian Blue #03386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.53%

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

R = 1.8%
G = 33.53%
B = 64.67%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03386C (or 0x03386C) is known color: Prussian Blue. HEX triplet: 03, 38 and 6C. RGB value is (3,56,108). Sum of RGB (Red+Green+Blue) = 3+56+108=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #03386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03386C is #FCC793. Grayscale: #2D2D2D. Windows color (decimal): -16566164 or 7092227. OLE color: 7092227.

HSL color Cylindrical-coordinate representation of color #03386C: hue angle of 209.71º 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 #03386C is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 56 108 -
CMYK 0.97 0.48 0 0.58
HSL 209.71º 0.95% 0.22% -
HSV(B) 209.71º 0.97% 0.42% -
XYZ 4.16 3.93 14.73 -
YUV 46.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 3 56 108 0.97 0.48 0 0.58 209.71 0.95 0.22
Hex 3 38 6C 61 30 0 3A D2 5F 16
Octal 3 70 154 141 60 0 72 322 137 26
Binary 11 111000 1101100 1100001 110000 0 111010 11010010 1011111 10110

Color Harmonies of #03386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03386C

Black with #03386C

Text Example


Text Example

White with #03386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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