#39427A

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

Shades of Torea Bay #39427A

Tints of Torea Bay #39427A

Color information

#39427A (or 0x39427A) is unknown color: approx Torea Bay. HEX triplet: 39, 42 and 7A. RGB value is (57,66,122). Sum of RGB (Red+Green+Blue) = 57+66+122=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #39427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39427A is #C6BD85. Grayscale: #454545. Windows color (decimal): -13024646 or 8012345. OLE color: 8012345.

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

Color convert

RGB5766122-
CMYK0.530.4600.52
HSL231.69º36.31%35.1%-
HSV(B)231.69º53.28%47.84%-
XYZ7.156.1719.23-
YUV69.69157.52118.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=23.27%
G=26.94%
B=49.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57661220.530.4600.52231.6936.3135.1
Hex39427A352E034e82423
Octal7110217265560643504443
Binary11100110000101111010110101101110011010011101000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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