#384053

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

Shades of Blue Zodiac #384053

Tints of Blue Zodiac #384053

Color information

#384053 (or 0x384053) is unknown color: approx Blue Zodiac. HEX triplet: 38, 40 and 53. RGB value is (56,64,83). Sum of RGB (Red+Green+Blue) = 56+64+83=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #384053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384053 is #C7BFAC. Grayscale: #3F3F3F. Windows color (decimal): -13090733 or 5455928. OLE color: 5455928.

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

Color convert

RGB566483-
CMYK0.330.2300.67
HSL222.22º19.42%27.25%-
HSV(B)222.22º32.53%32.55%-
XYZ5.035.138.91-
YUV63.77138.85122.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=27.59%
G=31.53%
B=40.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5664830.330.2300.67222.2219.4227.25
Hex3840532117043de131b
Octal70100123412701033362333
Binary111000100000010100111000011011101000011110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384053; }

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

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

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

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

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

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

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

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