#383E75

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

Shades of Torea Bay #383E75

Tints of Torea Bay #383E75

Color information

#383E75 (or 0x383E75) is unknown color: approx Torea Bay. HEX triplet: 38, 3E and 75. RGB value is (56,62,117). Sum of RGB (Red+Green+Blue) = 56+62+117=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #383E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E75 is #C7C18A. Grayscale: #424242. Windows color (decimal): -13091211 or 7683640. OLE color: 7683640.

HSL color Cylindrical-coordinate representation of color #383E75: hue angle of 234.1º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383E75 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5662117-
CMYK0.520.4700.54
HSL234.1º35.26%33.92%-
HSV(B)234.1º52.14%45.88%-
XYZ6.565.5717.56-
YUV66.48156.51120.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=23.83%
G=26.38%
B=49.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56621170.520.4700.54234.135.2633.92
Hex383E75342F036ea2322
Octal707616564570663524342
Binary1110001111101110101110100101111011011011101010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,62,117); }

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

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

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

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

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

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

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