#383F71

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

Shades of Torea Bay #383F71

Tints of Torea Bay #383F71

Color information

#383F71 (or 0x383F71) is unknown color: approx Torea Bay. HEX triplet: 38, 3F and 71. RGB value is (56,63,113). Sum of RGB (Red+Green+Blue) = 56+63+113=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #383F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F71 is #C7C08E. Grayscale: #424242. Windows color (decimal): -13090959 or 7421752. OLE color: 7421752.

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

Color convert

RGB5663113-
CMYK0.500.4400.56
HSL232.63º33.73%33.14%-
HSV(B)232.63º50.44%44.31%-
XYZ6.395.5916.36-
YUV66.61154.18120.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=24.14%
G=27.16%
B=48.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56631130.500.4400.56232.6333.7333.14
Hex383F71322C038e92221
Octal707716162540703514241
Binary1110001111111110001110010101100011100011101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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