#384052

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

Shades of Blue Zodiac #384052

Tints of Blue Zodiac #384052

Color information

#384052 (or 0x384052) is unknown color: approx Blue Zodiac. HEX triplet: 38, 40 and 52. RGB value is (56,64,82). Sum of RGB (Red+Green+Blue) = 56+64+82=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #384052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384052 is #C7BFAD. Grayscale: #3F3F3F. Windows color (decimal): -13090734 or 5390392. OLE color: 5390392.

HSL color Cylindrical-coordinate representation of color #384052: hue angle of 221.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384052 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB566482-
CMYK0.320.2200.68
HSL221.54º18.84%27.06%-
HSV(B)221.54º31.71%32.16%-
XYZ4.995.128.71-
YUV63.66138.35122.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=27.72%
G=31.68%
B=40.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5664820.320.2200.68221.5418.8427.06
Hex3840522016044de131b
Octal70100122402601043362333
Binary111000100000010100101000001011001000100110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384052; }

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

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

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

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

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

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

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

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