#384254

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

Shades of Blue Zodiac #384254

Tints of Blue Zodiac #384254

Color information

#384254 (or 0x384254) is unknown color: approx Blue Zodiac. HEX triplet: 38, 42 and 54. RGB value is (56,66,84). Sum of RGB (Red+Green+Blue) = 56+66+84=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 84 - color contains mainly: blue. Hex color #384254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384254 is #C7BDAB. Grayscale: #404040. Windows color (decimal): -13090220 or 5521976. OLE color: 5521976.

HSL color Cylindrical-coordinate representation of color #384254: hue angle of 218.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384254 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB566684-
CMYK0.330.2100.67
HSL218.57º20%27.45%-
HSV(B)218.57º33.33%32.94%-
XYZ5.185.389.15-
YUV65.06138.69121.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=27.18%
G=32.04%
B=40.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5666840.330.2100.67218.572027.45
Hex3842542115043db141b
Octal70102124412501033332433
Binary111000100001010101001000011010101000011110110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384254; }

 p { color: rgb(56,66,84); }

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

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

 a { background-color: rgb(56,66,84); }

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

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

 span { border-color: rgb(56,66,84); }

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