Html Css Color HEX #03386E Prussian Blue

📋 copy color: '#03386E'

red 3 ◦ green 56 ◦ blue 110

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

Shades of Prussian Blue #03386E

Tints of Prussian Blue #03386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 65.09%

R = 1.78%
G = 33.14%
B = 65.09%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03386E (or 0x03386E) is known color: Prussian Blue. HEX triplet: 03, 38 and 6E. RGB value is (3,56,110). Sum of RGB (Red+Green+Blue) = 3+56+110=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #03386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03386E is #FCC791. Grayscale: #2E2E2E. Windows color (decimal): -16566162 or 7223299. OLE color: 7223299.

HSL color Cylindrical-coordinate representation of color #03386E: hue angle of 210.28º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03386E is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 56 110 -
CMYK 0.97 0.49 0 0.57
HSL 210.28º 0.95% 0.22% -
HSV(B) 210.28º 0.97% 0.43% -
XYZ 4.27 3.97 15.29 -
YUV 46.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 3 56 110 0.97 0.49 0 0.57 210.28 0.95 0.22
Hex 3 38 6E 61 31 0 39 D2 5F 16
Octal 3 70 156 141 61 0 71 322 137 26
Binary 11 111000 1101110 1100001 110001 0 111001 11010010 1011111 10110

Color Harmonies of #03386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03386E

Black with #03386E

Text Example


Text Example

White with #03386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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