#08385C

Color #08385C Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #08385C

Tints of Prussian Blue #08385C

Color information

#08385C (or 0x08385C) is unknown color: approx Prussian Blue. HEX triplet: 08, 38 and 5C. RGB value is (8,56,92). Sum of RGB (Red+Green+Blue) = 8+56+92=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #08385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08385C is #F7C7A3. Grayscale: #2D2D2D. Windows color (decimal): -16238500 or 6043656. OLE color: 6043656.

HSL color Cylindrical-coordinate representation of color #08385C: hue angle of 205.71º 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 #08385C is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85692-
CMYK0.910.3900.64
HSL205.71º84%19.61%-
HSV(B)205.71º91.3%36.08%-
XYZ3.453.6510.65-
YUV45.75154.1101.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=5.13%
G=35.90%
B=58.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal856920.910.3900.64205.718419.61
Hex8385C5B27040ce5414
Octal107013413347010031612424
Binary1000111000101110010110111001110100000011001110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08385C;
 }
 .AnyTagClassName
 {
   color: #08385C;
 }
</style>
background-color css

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

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

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

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

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

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