Html Css Color HEX #03416C Prussian Blue

📋 copy color: '#03416C'

red 3 ◦ green 65 ◦ blue 108

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

Shades of Prussian Blue #03416C

Tints of Prussian Blue #03416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

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

R = 1.7%
G = 36.93%
B = 61.36%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03416C (or 0x03416C) is known color: Prussian Blue. HEX triplet: 03, 41 and 6C. RGB value is (3,65,108). Sum of RGB (Red+Green+Blue) = 3+65+108=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #03416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03416C is #FCBE93. Grayscale: #333333. Windows color (decimal): -16563860 or 7094531. OLE color: 7094531.

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

Color convert

RGB 3 65 108 -
CMYK 0.97 0.40 0 0.58
HSL 204.57º 0.95% 0.22% -
HSV(B) 204.57º 0.97% 0.42% -
XYZ 4.63 4.88 14.89 -
YUV 51.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 3 65 108 0.97 0.40 0 0.58 204.57 0.95 0.22
Hex 3 41 6C 61 28 0 3A CD 5F 16
Octal 3 101 154 141 50 0 72 315 137 26
Binary 11 1000001 1101100 1100001 101000 0 111010 11001101 1011111 10110

Color Harmonies of #03416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03416C

Black with #03416C

Text Example


Text Example

White with #03416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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