#383D5A

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

Shades of Bay Of Many #383D5A

Tints of Bay Of Many #383D5A

Color information

#383D5A (or 0x383D5A) is unknown color: approx Bay Of Many. HEX triplet: 38, 3D and 5A. RGB value is (56,61,90). Sum of RGB (Red+Green+Blue) = 56+61+90=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #383D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D5A is #C7C2A5. Grayscale: #3E3E3E. Windows color (decimal): -13091494 or 5913912. OLE color: 5913912.

HSL color Cylindrical-coordinate representation of color #383D5A: hue angle of 231.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383D5A is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB566190-
CMYK0.380.3200.65
HSL231.18º23.29%28.63%-
HSV(B)231.18º37.78%35.29%-
XYZ5.154.9210.35-
YUV62.81143.34123.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=27.05%
G=29.47%
B=43.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5661900.380.3200.65231.1823.2928.63
Hex383D5A2620041e7171d
Octal7075132464001013472735
Binary111000111101101101010011010000001000001111001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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