#34396E

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

Shades of Torea Bay #34396E

Tints of Torea Bay #34396E

Color information

#34396E (or 0x34396E) is unknown color: approx Torea Bay. HEX triplet: 34, 39 and 6E. RGB value is (52,57,110). Sum of RGB (Red+Green+Blue) = 52+57+110=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #34396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34396E is #CBC691. Grayscale: #3D3D3D. Windows color (decimal): -13354642 or 7223604. OLE color: 7223604.

HSL color Cylindrical-coordinate representation of color #34396E: hue angle of 234.83º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34396E is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5257110-
CMYK0.530.4800.57
HSL234.83º35.8%31.76%-
HSV(B)234.83º52.73%43.14%-
XYZ5.694.7815.37-
YUV61.55155.34121.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=23.74%
G=26.03%
B=50.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52571100.530.4800.57234.8335.831.76
Hex34396E3530039eb2420
Octal647115665600713534440
Binary1101001110011101110110101110000011100111101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34396E; }

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

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

<style>
 a { background-color: #34396E; }

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

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

<style>
 span { border-color: #34396E; }

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

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