#383B71

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

Shades of Torea Bay #383B71

Tints of Torea Bay #383B71

Color information

#383B71 (or 0x383B71) is unknown color: approx Torea Bay. HEX triplet: 38, 3B and 71. RGB value is (56,59,113). Sum of RGB (Red+Green+Blue) = 56+59+113=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #383B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B71 is #C7C48E. Grayscale: #404040. Windows color (decimal): -13091983 or 7420728. OLE color: 7420728.

HSL color Cylindrical-coordinate representation of color #383B71: hue angle of 236.84º 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 #383B71 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5659113-
CMYK0.500.4800.56
HSL236.84º33.73%33.14%-
HSV(B)236.84º50.44%44.31%-
XYZ6.185.1616.29-
YUV64.26155.51122.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=24.56%
G=25.88%
B=49.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56591130.500.4800.56236.8433.7333.14
Hex383B713230038ed2221
Octal707316162600703554241
Binary1110001110111110001110010110000011100011101101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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