#39447D

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

Shades of Torea Bay #39447D

Tints of Torea Bay #39447D

Color information

#39447D (or 0x39447D) is unknown color: approx Torea Bay. HEX triplet: 39, 44 and 7D. RGB value is (57,68,125). Sum of RGB (Red+Green+Blue) = 57+68+125=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #39447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39447D is #C6BB82. Grayscale: #464646. Windows color (decimal): -13024131 or 8209465. OLE color: 8209465.

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

Color convert

RGB5768125-
CMYK0.540.4600.51
HSL230.29º37.36%35.69%-
HSV(B)230.29º54.4%49.02%-
XYZ7.466.4820.26-
YUV71.21158.36117.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 125 (49.22% from 255) = 50%
R=22.8%
G=27.2%
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.51
SystemRedGreenBlueCMYKHSL
Decimal57681250.540.4600.51230.2937.3635.69
Hex39447D362E033e62524
Octal7110417566560633464544
Binary11100110001001111101110110101110011001111100110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39447D; }

 p { color: rgb(57,68,125); }

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

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

 a { background-color: rgb(57,68,125); }

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

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

 span { border-color: rgb(57,68,125); }

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