Html Css Color HEX #08346F Prussian Blue

📋 copy color: '#08346F'

red 8 ◦ green 52 ◦ blue 111

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

Shades of Prussian Blue #08346F

Tints of Prussian Blue #08346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.91%

R = 4.68%
G = 30.41%
B = 64.91%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08346F (or 0x08346F) is known color: Prussian Blue. HEX triplet: 08, 34 and 6F. RGB value is (8,52,111). Sum of RGB (Red+Green+Blue) = 8+52+111=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #08346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08346F is #F7CB90. Grayscale: #2D2D2D. Windows color (decimal): -16239505 or 7287816. OLE color: 7287816.

HSL color Cylindrical-coordinate representation of color #08346F: hue angle of 214.37º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08346F is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 52 111 -
CMYK 0.93 0.53 0 0.56
HSL 214.37º 0.87% 0.23% -
HSV(B) 214.37º 0.93% 0.44% -
XYZ 4.2 3.66 15.52 -
YUV 45.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 8 52 111 0.93 0.53 0 0.56 214.37 0.87 0.23
Hex 8 34 6F 5D 35 0 38 D6 57 17
Octal 10 64 157 135 65 0 70 326 127 27
Binary 1000 110100 1101111 1011101 110101 0 111000 11010110 1010111 10111

Color Harmonies of #08346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08346F

Black with #08346F

Text Example


Text Example

White with #08346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08346F; }

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

 H1.HeaderClassName
 {
   color: #08346F;
 }
 .AnyTagClassName
 {
   color: #08346F;
 }
</style>

background-color css

<style>
 a { background-color: #08346F; }

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

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

border-color css

<style>
 span { border-color: #08346F; }

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

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