#383D62

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

Shades of Bay Of Many #383D62

Tints of Bay Of Many #383D62

Color information

#383D62 (or 0x383D62) is unknown color: approx Bay Of Many. HEX triplet: 38, 3D and 62. RGB value is (56,61,98). Sum of RGB (Red+Green+Blue) = 56+61+98=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #383D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D62 is #C7C29D. Grayscale: #3F3F3F. Windows color (decimal): -13091486 or 6438200. OLE color: 6438200.

HSL color Cylindrical-coordinate representation of color #383D62: hue angle of 232.86º 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 #383D62 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB566198-
CMYK0.430.3800.62
HSL232.86º27.27%30.2%-
HSV(B)232.86º42.86%38.43%-
XYZ5.55.0612.24-
YUV63.72147.34122.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=26.05%
G=28.37%
B=45.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5661980.430.3800.62232.8627.2730.2
Hex383D622B2603Ee91b1e
Octal707514253460763513336
Binary11100011110111000101010111001100111110111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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