#384153

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

Shades of Blue Zodiac #384153

Tints of Blue Zodiac #384153

Color information

#384153 (or 0x384153) is unknown color: approx Blue Zodiac. HEX triplet: 38, 41 and 53. RGB value is (56,65,83). Sum of RGB (Red+Green+Blue) = 56+65+83=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #384153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384153 is #C7BEAC. Grayscale: #404040. Windows color (decimal): -13090477 or 5456184. OLE color: 5456184.

HSL color Cylindrical-coordinate representation of color #384153: hue angle of 220º degrees, saturation: 0.19, 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 #384153 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB566583-
CMYK0.330.2200.67
HSL220º19.42%27.25%-
HSV(B)220º32.53%32.55%-
XYZ5.085.258.93-
YUV64.36138.52122.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=27.45%
G=31.86%
B=40.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5665830.330.2200.6722019.4227.25
Hex3841532116043dc131b
Octal70101123412601033342333
Binary111000100000110100111000011011001000011110111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384153; }

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

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

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

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

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

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

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

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