#383A71

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

Shades of Torea Bay #383A71

Tints of Torea Bay #383A71

Color information

#383A71 (or 0x383A71) is unknown color: approx Torea Bay. HEX triplet: 38, 3A and 71. RGB value is (56,58,113). Sum of RGB (Red+Green+Blue) = 56+58+113=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #383A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A71 is #C7C58E. Grayscale: #3F3F3F. Windows color (decimal): -13092239 or 7420472. OLE color: 7420472.

HSL color Cylindrical-coordinate representation of color #383A71: hue angle of 237.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383A71 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5658113-
CMYK0.500.4900.56
HSL237.89º33.73%33.14%-
HSV(B)237.89º50.44%44.31%-
XYZ6.125.0616.28-
YUV63.67155.84122.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=24.67%
G=25.55%
B=49.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56581130.500.4900.56237.8933.7333.14
Hex383A713231038ee2221
Octal707216162610703564241
Binary1110001110101110001110010110001011100011101110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,58,113); }

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

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

 a { background-color: rgb(56,58,113); }

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

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

 span { border-color: rgb(56,58,113); }

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