#34397B

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

Shades of Torea Bay #34397B

Tints of Torea Bay #34397B

Color information

#34397B (or 0x34397B) is unknown color: approx Torea Bay. HEX triplet: 34, 39 and 7B. RGB value is (52,57,123). Sum of RGB (Red+Green+Blue) = 52+57+123=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #34397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34397B is #CBC684. Grayscale: #3E3E3E. Windows color (decimal): -13354629 or 8075572. OLE color: 8075572.

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

Color convert

RGB5257123-
CMYK0.580.5400.52
HSL235.77º40.57%34.31%-
HSV(B)235.77º57.72%48.24%-
XYZ6.455.0919.38-
YUV63.03161.84120.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=22.41%
G=24.57%
B=53.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52571230.580.5400.52235.7740.5734.31
Hex34397B3A36034ec2922
Octal647117372660643545142
Binary1101001110011111011111010110110011010011101100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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