#383E53

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

Shades of Blue Zodiac #383E53

Tints of Blue Zodiac #383E53

Color information

#383E53 (or 0x383E53) is unknown color: approx Blue Zodiac. HEX triplet: 38, 3E and 53. RGB value is (56,62,83). Sum of RGB (Red+Green+Blue) = 56+62+83=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #383E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E53 is #C7C1AC. Grayscale: #3E3E3E. Windows color (decimal): -13091245 or 5455416. OLE color: 5455416.

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

Color convert

RGB566283-
CMYK0.330.2500.67
HSL226.67º19.42%27.25%-
HSV(B)226.67º32.53%32.55%-
XYZ4.914.918.87-
YUV62.6139.51123.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=27.86%
G=30.85%
B=41.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5662830.330.2500.67226.6719.4227.25
Hex383E532119043e3131b
Octal7076123413101033432333
Binary11100011111010100111000011100101000011111000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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