#383C62

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

Shades of Bay Of Many #383C62

Tints of Bay Of Many #383C62

Color information

#383C62 (or 0x383C62) is unknown color: approx Bay Of Many. HEX triplet: 38, 3C and 62. RGB value is (56,60,98). Sum of RGB (Red+Green+Blue) = 56+60+98=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #383C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C62 is #C7C39D. Grayscale: #3E3E3E. Windows color (decimal): -13091742 or 6437944. OLE color: 6437944.

HSL color Cylindrical-coordinate representation of color #383C62: hue angle of 234.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383C62 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB566098-
CMYK0.430.3900.62
HSL234.29º27.27%30.2%-
HSV(B)234.29º42.86%38.43%-
XYZ5.454.9512.22-
YUV63.14147.67122.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=26.17%
G=28.04%
B=45.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5660980.430.3900.62234.2927.2730.2
Hex383C622B2703Eea1b1e
Octal707414253470763523336
Binary11100011110011000101010111001110111110111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,98); }

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

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

 a { background-color: rgb(56,60,98); }

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

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

 span { border-color: rgb(56,60,98); }

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