#383E68

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

Shades of Bay Of Many #383E68

Tints of Bay Of Many #383E68

Color information

#383E68 (or 0x383E68) is unknown color: approx Bay Of Many. HEX triplet: 38, 3E and 68. RGB value is (56,62,104). Sum of RGB (Red+Green+Blue) = 56+62+104=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #383E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E68 is #C7C197. Grayscale: #404040. Windows color (decimal): -13091224 or 6831672. OLE color: 6831672.

HSL color Cylindrical-coordinate representation of color #383E68: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383E68 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5662104-
CMYK0.460.4000.59
HSL232.5º30%31.37%-
HSV(B)232.5º46.15%40.78%-
XYZ5.855.2913.81-
YUV64.99150.01121.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=25.23%
G=27.93%
B=46.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56621040.460.4000.59232.53031.37
Hex383E682E2803Be81e1f
Octal707615056500733503637
Binary11100011111011010001011101010000111011111010001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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