Html Css Color HEX #03366B Prussian Blue

📋 copy color: '#03366B'

red 3 ◦ green 54 ◦ blue 107

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

Shades of Prussian Blue #03366B

Tints of Prussian Blue #03366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

 BLUE value IS 107 (42.19% from 255) = 65.24%

R = 1.83%
G = 32.93%
B = 65.24%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03366B (or 0x03366B) is known color: Prussian Blue. HEX triplet: 03, 36 and 6B. RGB value is (3,54,107). Sum of RGB (Red+Green+Blue) = 3+54+107=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #03366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03366B is #FCC994. Grayscale: #2C2C2C. Windows color (decimal): -16566677 or 7026179. OLE color: 7026179.

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

Color convert

RGB 3 54 107 -
CMYK 0.97 0.50 0 0.58
HSL 210.58º 0.95% 0.22% -
HSV(B) 210.58º 0.97% 0.42% -
XYZ 4.01 3.72 14.42 -
YUV 44.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 3 54 107 0.97 0.50 0 0.58 210.58 0.95 0.22
Hex 3 36 6B 61 32 0 3A D3 5F 16
Octal 3 66 153 141 62 0 72 323 137 26
Binary 11 110110 1101011 1100001 110010 0 111010 11010011 1011111 10110

Color Harmonies of #03366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03366B

Black with #03366B

Text Example


Text Example

White with #03366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,54,107); }

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

background-color css

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

 a { background-color: rgb(3,54,107); }

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

border-color css

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

 span { border-color: rgb(3,54,107); }

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