#383F63

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

Shades of Bay Of Many #383F63

Tints of Bay Of Many #383F63

Color information

#383F63 (or 0x383F63) is unknown color: approx Bay Of Many. HEX triplet: 38, 3F and 63. RGB value is (56,63,99). Sum of RGB (Red+Green+Blue) = 56+63+99=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #383F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F63 is #C7C09C. Grayscale: #404040. Windows color (decimal): -13090973 or 6504248. OLE color: 6504248.

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

Color convert

RGB566399-
CMYK0.430.3600.61
HSL230.23º27.74%30.39%-
HSV(B)230.23º43.43%38.82%-
XYZ5.665.312.53-
YUV65.01147.18121.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=25.69%
G=28.90%
B=45.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5663990.430.3600.61230.2327.7430.39
Hex383F632B2403De61c1e
Octal707714353440753463436
Binary11100011111111000111010111001000111101111001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,63,99); }

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

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

 a { background-color: rgb(56,63,99); }

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

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

 span { border-color: rgb(56,63,99); }

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