Html Css Color HEX #08356E Prussian Blue

📋 copy color: '#08356E'

red 8 ◦ green 53 ◦ blue 110

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

Shades of Prussian Blue #08356E

Tints of Prussian Blue #08356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.99%

 BLUE value IS 110 (43.36% from 255) = 64.33%

R = 4.68%
G = 30.99%
B = 64.33%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08356E (or 0x08356E) is known color: Prussian Blue. HEX triplet: 08, 35 and 6E. RGB value is (8,53,110). Sum of RGB (Red+Green+Blue) = 8+53+110=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #08356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08356E is #F7CA91. Grayscale: #2D2D2D. Windows color (decimal): -16239250 or 7222536. OLE color: 7222536.

HSL color Cylindrical-coordinate representation of color #08356E: hue angle of 213.53º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08356E is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 53 110 -
CMYK 0.93 0.52 0 0.57
HSL 213.53º 0.86% 0.23% -
HSV(B) 213.53º 0.93% 0.43% -
XYZ 4.19 3.72 15.25 -
YUV 46.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 8 53 110 0.93 0.52 0 0.57 213.53 0.86 0.23
Hex 8 35 6E 5D 34 0 39 D6 56 17
Octal 10 65 156 135 64 0 71 326 126 27
Binary 1000 110101 1101110 1011101 110100 0 111001 11010110 1010110 10111

Color Harmonies of #08356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08356E

Black with #08356E

Text Example


Text Example

White with #08356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08356E; }

 p { color: rgb(8,53,110); }

 H1.HeaderClassName
 {
   color: #08356E;
 }
 .AnyTagClassName
 {
   color: #08356E;
 }
</style>

background-color css

<style>
 a { background-color: #08356E; }

 a { background-color: rgb(8,53,110); }

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

border-color css

<style>
 span { border-color: #08356E; }

 span { border-color: rgb(8,53,110); }

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