#34397C

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

Shades of Torea Bay #34397C

Tints of Torea Bay #34397C

Color information

#34397C (or 0x34397C) is unknown color: approx Torea Bay. HEX triplet: 34, 39 and 7C. RGB value is (52,57,124). Sum of RGB (Red+Green+Blue) = 52+57+124=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #34397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34397C is #CBC683. Grayscale: #3E3E3E. Windows color (decimal): -13354628 or 8141108. OLE color: 8141108.

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

Color convert

RGB5257124-
CMYK0.580.5400.51
HSL235.83º40.91%34.51%-
HSV(B)235.83º58.06%48.63%-
XYZ6.525.1119.71-
YUV63.14162.34120.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=22.32%
G=24.46%
B=53.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52571240.580.5400.51235.8340.9134.51
Hex34397C3A36033ec2923
Octal647117472660633545143
Binary1101001110011111100111010110110011001111101100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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