#383C5A

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

Shades of Bay Of Many #383C5A

Tints of Bay Of Many #383C5A

Color information

#383C5A (or 0x383C5A) is unknown color: approx Bay Of Many. HEX triplet: 38, 3C and 5A. RGB value is (56,60,90). Sum of RGB (Red+Green+Blue) = 56+60+90=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #383C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C5A is #C7C3A5. Grayscale: #3E3E3E. Windows color (decimal): -13091750 or 5913656. OLE color: 5913656.

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

Color convert

RGB566090-
CMYK0.380.3300.65
HSL232.94º23.29%28.63%-
HSV(B)232.94º37.78%35.29%-
XYZ5.094.8110.33-
YUV62.22143.67123.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=27.18%
G=29.13%
B=43.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5660900.380.3300.65232.9423.2928.63
Hex383C5A2621041e9171d
Octal7074132464101013512735
Binary111000111100101101010011010000101000001111010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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