#383873

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

Shades of Torea Bay #383873

Tints of Torea Bay #383873

Color information

#383873 (or 0x383873) is unknown color: approx Torea Bay. HEX triplet: 38, 38 and 73. RGB value is (56,56,115). Sum of RGB (Red+Green+Blue) = 56+56+115=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #383873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383873 is #C7C78C. Grayscale: #3E3E3E. Windows color (decimal): -13092749 or 7551032. OLE color: 7551032.

HSL color Cylindrical-coordinate representation of color #383873: hue angle of 240º 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 #383873 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5656115-
CMYK0.510.5100.55
HSL240º34.5%33.53%-
HSV(B)240º51.3%45.1%-
XYZ6.144.9116.84-
YUV62.73157.5123.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=24.67%
G=24.67%
B=50.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56561150.510.5100.5524034.533.53
Hex3838733333037f02322
Octal707016363630673604342
Binary1110001110001110011110011110011011011111110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383873; }

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

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

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

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

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

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

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

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