#383E55

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

Shades of Blue Zodiac #383E55

Tints of Blue Zodiac #383E55

Color information

#383E55 (or 0x383E55) is unknown color: approx Blue Zodiac. HEX triplet: 38, 3E and 55. RGB value is (56,62,85). Sum of RGB (Red+Green+Blue) = 56+62+85=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #383E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E55 is #C7C1AA. Grayscale: #3E3E3E. Windows color (decimal): -13091243 or 5586488. OLE color: 5586488.

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

Color convert

RGB566285-
CMYK0.340.2700.67
HSL227.59º20.57%27.65%-
HSV(B)227.59º34.12%33.33%-
XYZ4.994.949.29-
YUV62.83140.51123.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=27.59%
G=30.54%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5662850.340.2700.67227.5920.5727.65
Hex383E55221B043e4151c
Octal7076125423301033442534
Binary11100011111010101011000101101101000011111001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,62,85); }

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

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

 a { background-color: rgb(56,62,85); }

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

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

 span { border-color: rgb(56,62,85); }

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