#384157

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

Shades of Blue Zodiac #384157

Tints of Blue Zodiac #384157

Color information

#384157 (or 0x384157) is unknown color: approx Blue Zodiac. HEX triplet: 38, 41 and 57. RGB value is (56,65,87). Sum of RGB (Red+Green+Blue) = 56+65+87=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #384157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384157 is #C7BEA8. Grayscale: #404040. Windows color (decimal): -13090473 or 5718328. OLE color: 5718328.

HSL color Cylindrical-coordinate representation of color #384157: hue angle of 222.58º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #384157 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB566587-
CMYK0.360.2500.66
HSL222.58º21.68%28.04%-
HSV(B)222.58º35.63%34.12%-
XYZ5.245.319.77-
YUV64.82140.52121.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=26.92%
G=31.25%
B=41.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5665870.360.2500.66222.5821.6828.04
Hex3841572419042df161c
Octal70101127443101023372634
Binary111000100000110101111001001100101000010110111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384157; }

 p { color: rgb(56,65,87); }

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

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

 a { background-color: rgb(56,65,87); }

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

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

 span { border-color: rgb(56,65,87); }

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