#383B5A

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

Shades of Bay Of Many #383B5A

Tints of Bay Of Many #383B5A

Color information

#383B5A (or 0x383B5A) is unknown color: approx Bay Of Many. HEX triplet: 38, 3B and 5A. RGB value is (56,59,90). Sum of RGB (Red+Green+Blue) = 56+59+90=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #383B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B5A is #C7C4A5. Grayscale: #3D3D3D. Windows color (decimal): -13092006 or 5913400. OLE color: 5913400.

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

Color convert

RGB565990-
CMYK0.380.3400.65
HSL234.71º23.29%28.63%-
HSV(B)234.71º37.78%35.29%-
XYZ5.044.7110.32-
YUV61.64144.01123.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=27.32%
G=28.78%
B=43.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5659900.380.3400.65234.7123.2928.63
Hex383B5A2622041eb171d
Octal7073132464201013532735
Binary111000111011101101010011010001001000001111010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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