#383E5C

Color #383E5C Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #383E5C

Tints of Bay Of Many #383E5C

Color information

#383E5C (or 0x383E5C) is unknown color: approx Bay Of Many. HEX triplet: 38, 3E and 5C. RGB value is (56,62,92). Sum of RGB (Red+Green+Blue) = 56+62+92=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #383E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E5C is #C7C1A3. Grayscale: #3F3F3F. Windows color (decimal): -13091236 or 6045240. OLE color: 6045240.

HSL color Cylindrical-coordinate representation of color #383E5C: hue angle of 230º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #383E5C is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB566292-
CMYK0.390.3300.64
HSL230º24.32%29.02%-
HSV(B)230º39.13%36.08%-
XYZ5.295.0610.82-
YUV63.63144.01122.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 62 (24.61% from 255) = 29.52%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=26.67%
G=29.52%
B=43.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5662920.390.3300.6423024.3229.02
Hex383E5C2721040e6181d
Octal7076134474101003463035
Binary111000111110101110010011110000101000000111001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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