#384057

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

Shades of Blue Zodiac #384057

Tints of Blue Zodiac #384057

Color information

#384057 (or 0x384057) is unknown color: approx Blue Zodiac. HEX triplet: 38, 40 and 57. RGB value is (56,64,87). Sum of RGB (Red+Green+Blue) = 56+64+87=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #384057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384057 is #C7BFA8. Grayscale: #404040. Windows color (decimal): -13090729 or 5718072. OLE color: 5718072.

HSL color Cylindrical-coordinate representation of color #384057: hue angle of 224.52º 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 #384057 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB566487-
CMYK0.360.2600.66
HSL224.52º21.68%28.04%-
HSV(B)224.52º35.63%34.12%-
XYZ5.185.29.75-
YUV64.23140.85122.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=27.05%
G=30.92%
B=42.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5664870.360.2600.66224.5221.6828.04
Hex384057241A042e1161c
Octal70100127443201023412634
Binary111000100000010101111001001101001000010111000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384057; }

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

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

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

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

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

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

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

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