Html Css Color HEX #08306C Prussian Blue

📋 copy color: '#08306C'

red 8 ◦ green 48 ◦ blue 108

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

Shades of Prussian Blue #08306C

Tints of Prussian Blue #08306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

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

R = 4.88%
G = 29.27%
B = 65.85%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08306C (or 0x08306C) is known color: Prussian Blue. HEX triplet: 08, 30 and 6C. RGB value is (8,48,108). Sum of RGB (Red+Green+Blue) = 8+48+108=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #08306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08306C is #F7CF93. Grayscale: #2A2A2A. Windows color (decimal): -16240532 or 7090184. OLE color: 7090184.

HSL color Cylindrical-coordinate representation of color #08306C: hue angle of 216º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08306C is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 48 108 -
CMYK 0.93 0.56 0 0.58
HSL 216º 0.86% 0.23% -
HSV(B) 216º 0.93% 0.42% -
XYZ 3.86 3.25 14.61 -
YUV 42.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 8 48 108 0.93 0.56 0 0.58 216 0.86 0.23
Hex 8 30 6C 5D 38 0 3A D8 56 17
Octal 10 60 154 135 70 0 72 330 126 27
Binary 1000 110000 1101100 1011101 111000 0 111010 11011000 1010110 10111

Color Harmonies of #08306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08306C

Black with #08306C

Text Example


Text Example

White with #08306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,48,108); }

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

background-color css

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

 a { background-color: rgb(8,48,108); }

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

border-color css

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

 span { border-color: rgb(8,48,108); }

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