#383D71

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

Shades of Torea Bay #383D71

Tints of Torea Bay #383D71

Color information

#383D71 (or 0x383D71) is unknown color: approx Torea Bay. HEX triplet: 38, 3D and 71. RGB value is (56,61,113). Sum of RGB (Red+Green+Blue) = 56+61+113=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #383D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D71 is #C7C28E. Grayscale: #414141. Windows color (decimal): -13091471 or 7421240. OLE color: 7421240.

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

Color convert

RGB5661113-
CMYK0.500.4600.56
HSL234.74º33.73%33.14%-
HSV(B)234.74º50.44%44.31%-
XYZ6.285.3716.33-
YUV65.43154.84121.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=24.35%
G=26.52%
B=49.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56611130.500.4600.56234.7433.7333.14
Hex383D71322E038eb2221
Octal707516162560703534241
Binary1110001111011110001110010101110011100011101011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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