#39427C

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

Shades of Torea Bay #39427C

Tints of Torea Bay #39427C

Color information

#39427C (or 0x39427C) is unknown color: approx Torea Bay. HEX triplet: 39, 42 and 7C. RGB value is (57,66,124). Sum of RGB (Red+Green+Blue) = 57+66+124=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #39427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39427C is #C6BD83. Grayscale: #454545. Windows color (decimal): -13024644 or 8143417. OLE color: 8143417.

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

Color convert

RGB5766124-
CMYK0.540.4700.51
HSL231.94º37.02%35.49%-
HSV(B)231.94º54.03%48.63%-
XYZ7.276.2219.89-
YUV69.92158.52118.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=23.08%
G=26.72%
B=50.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57661240.540.4700.51231.9437.0235.49
Hex39427C362F033e82523
Octal7110217466570633504543
Binary11100110000101111100110110101111011001111101000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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