Html Css Color HEX #03306C Prussian Blue

📋 copy color: '#03306C'

red 3 ◦ green 48 ◦ blue 108

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

Shades of Prussian Blue #03306C

Tints of Prussian Blue #03306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.19%

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

R = 1.89%
G = 30.19%
B = 67.92%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03306C (or 0x03306C) is known color: Prussian Blue. HEX triplet: 03, 30 and 6C. RGB value is (3,48,108). Sum of RGB (Red+Green+Blue) = 3+48+108=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #03306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03306C is #FCCF93. Grayscale: #292929. Windows color (decimal): -16568212 or 7090179. OLE color: 7090179.

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

Color convert

RGB 3 48 108 -
CMYK 0.97 0.56 0 0.58
HSL 214.29º 0.95% 0.22% -
HSV(B) 214.29º 0.97% 0.42% -
XYZ 3.8 3.22 14.61 -
YUV 41.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 3 48 108 0.97 0.56 0 0.58 214.29 0.95 0.22
Hex 3 30 6C 61 38 0 3A D6 5F 16
Octal 3 60 154 141 70 0 72 326 137 26
Binary 11 110000 1101100 1100001 111000 0 111010 11010110 1011111 10110

Color Harmonies of #03306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03306C

Black with #03306C

Text Example


Text Example

White with #03306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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