#383973

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

Shades of Torea Bay #383973

Tints of Torea Bay #383973

Color information

#383973 (or 0x383973) is unknown color: approx Torea Bay. HEX triplet: 38, 39 and 73. RGB value is (56,57,115). Sum of RGB (Red+Green+Blue) = 56+57+115=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #383973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383973 is #C7C68C. Grayscale: #3F3F3F. Windows color (decimal): -13092493 or 7551288. OLE color: 7551288.

HSL color Cylindrical-coordinate representation of color #383973: hue angle of 238.98º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383973 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5657115-
CMYK0.510.5000.55
HSL238.98º34.5%33.53%-
HSV(B)238.98º51.3%45.1%-
XYZ6.19516.86-
YUV63.31157.17122.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=24.56%
G=25%
B=50.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56571150.510.5000.55238.9834.533.53
Hex3839733332037ef2322
Octal707116363620673574342
Binary1110001110011110011110011110010011011111101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383973; }

 p { color: rgb(56,57,115); }

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

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

 a { background-color: rgb(56,57,115); }

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

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

 span { border-color: rgb(56,57,115); }

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