Html Css Color HEX #08345C Prussian Blue

📋 copy color: '#08345C'

red 8 ◦ green 52 ◦ blue 92

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

Shades of Prussian Blue #08345C

Tints of Prussian Blue #08345C

RGB

 RED value IS 8 (3.52% from 255) = 5.26%

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

 BLUE value IS 92 (36.33% from 255) = 60.53%

R = 5.26%
G = 34.21%
B = 60.53%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08345C (or 0x08345C) is known color: Prussian Blue. HEX triplet: 08, 34 and 5C. RGB value is (8,52,92). Sum of RGB (Red+Green+Blue) = 8+52+92=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #08345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08345C is #F7CBA3. Grayscale: #2B2B2B. Windows color (decimal): -16239524 or 6042632. OLE color: 6042632.

HSL color Cylindrical-coordinate representation of color #08345C: hue angle of 208.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08345C is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 52 92 -
CMYK 0.91 0.43 0 0.64
HSL 208.57º 0.84% 0.2% -
HSV(B) 208.57º 0.91% 0.36% -
XYZ 3.26 3.28 10.59 -
YUV 43.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 8 52 92 0.91 0.43 0 0.64 208.57 0.84 0.2
Hex 8 34 5C 5B 2B 0 40 D1 54 14
Octal 10 64 134 133 53 0 100 321 124 24
Binary 1000 110100 1011100 1011011 101011 0 1000000 11010001 1010100 10100

Color Harmonies of #08345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08345C

Black with #08345C

Text Example


Text Example

White with #08345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,52,92); }

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

background-color css

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

 a { background-color: rgb(8,52,92); }

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

border-color css

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

 span { border-color: rgb(8,52,92); }

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