#383F56

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

Shades of Blue Zodiac #383F56

Tints of Blue Zodiac #383F56

Color information

#383F56 (or 0x383F56) is unknown color: approx Blue Zodiac. HEX triplet: 38, 3F and 56. RGB value is (56,63,86). Sum of RGB (Red+Green+Blue) = 56+63+86=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #383F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F56 is #C7C0A9. Grayscale: #3F3F3F. Windows color (decimal): -13090986 or 5652280. OLE color: 5652280.

HSL color Cylindrical-coordinate representation of color #383F56: hue angle of 226º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383F56 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB566386-
CMYK0.350.2700.66
HSL226º21.13%27.84%-
HSV(B)226º34.88%33.73%-
XYZ5.095.079.51-
YUV63.53140.68122.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=27.32%
G=30.73%
B=41.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5663860.350.2700.6622621.1327.84
Hex383F56231B042e2151c
Octal7077126433301023422534
Binary11100011111110101101000111101101000010111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F56; }

 p { color: rgb(56,63,86); }

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

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

 a { background-color: rgb(56,63,86); }

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

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

 span { border-color: rgb(56,63,86); }

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