Html Css Color HEX #05346C Prussian Blue

📋 copy color: '#05346C'

red 5 ◦ green 52 ◦ blue 108

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

Shades of Prussian Blue #05346C

Tints of Prussian Blue #05346C

RGB

 RED value IS 5 (2.34% from 255) = 3.03%

 GREEN value IS 52 (20.7% from 255) = 31.52%

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

R = 3.03%
G = 31.52%
B = 65.45%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05346C (or 0x05346C) is known color: Prussian Blue. HEX triplet: 05, 34 and 6C. RGB value is (5,52,108). Sum of RGB (Red+Green+Blue) = 5+52+108=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #05346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05346C is #FACB93. Grayscale: #2C2C2C. Windows color (decimal): -16436116 or 7091205. OLE color: 7091205.

HSL color Cylindrical-coordinate representation of color #05346C: hue angle of 212.62º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05346C is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 52 108 -
CMYK 0.95 0.52 0 0.58
HSL 212.62º 0.91% 0.22% -
HSV(B) 212.62º 0.95% 0.42% -
XYZ 4 3.57 14.67 -
YUV 44.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 5 52 108 0.95 0.52 0 0.58 212.62 0.91 0.22
Hex 5 34 6C 5F 34 0 3A D5 5B 16
Octal 5 64 154 137 64 0 72 325 133 26
Binary 101 110100 1101100 1011111 110100 0 111010 11010101 1011011 10110

Color Harmonies of #05346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05346C

Black with #05346C

Text Example


Text Example

White with #05346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,52,108); }

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

background-color css

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

 a { background-color: rgb(5,52,108); }

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

border-color css

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

 span { border-color: rgb(5,52,108); }

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