#384358

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

Shades of Blue Zodiac #384358

Tints of Blue Zodiac #384358

Color information

#384358 (or 0x384358) is unknown color: approx Blue Zodiac. HEX triplet: 38, 43 and 58. RGB value is (56,67,88). Sum of RGB (Red+Green+Blue) = 56+67+88=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #384358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384358 is #C7BCA7. Grayscale: #424242. Windows color (decimal): -13089960 or 5784376. OLE color: 5784376.

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

Color convert

RGB566788-
CMYK0.360.2400.65
HSL219.38º22.22%28.24%-
HSV(B)219.38º36.36%34.51%-
XYZ5.45.5610.02-
YUV66.1140.36120.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=26.54%
G=31.75%
B=41.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5667880.360.2400.65219.3822.2228.24
Hex3843582418041db161c
Octal70103130443001013332634
Binary111000100001110110001001001100001000001110110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384358; }

 p { color: rgb(56,67,88); }

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

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

 a { background-color: rgb(56,67,88); }

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

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

 span { border-color: rgb(56,67,88); }

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