#39427B

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

Shades of Torea Bay #39427B

Tints of Torea Bay #39427B

Color information

#39427B (or 0x39427B) is unknown color: approx Torea Bay. HEX triplet: 39, 42 and 7B. RGB value is (57,66,123). Sum of RGB (Red+Green+Blue) = 57+66+123=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #39427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39427B is #C6BD84. Grayscale: #454545. Windows color (decimal): -13024645 or 8077881. OLE color: 8077881.

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

Color convert

RGB5766123-
CMYK0.540.4600.52
HSL231.82º36.67%35.29%-
HSV(B)231.82º53.66%48.24%-
XYZ7.216.219.55-
YUV69.81158.02118.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 123 (48.44% from 255) = 50%
R=23.17%
G=26.83%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57661230.540.4600.52231.8236.6735.29
Hex39427B362E034e82523
Octal7110217366560643504543
Binary11100110000101111011110110101110011010011101000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39427B; }

 p { color: rgb(57,66,123); }

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

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

 a { background-color: rgb(57,66,123); }

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

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

 span { border-color: rgb(57,66,123); }

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