#34367B

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

Shades of Torea Bay #34367B

Tints of Torea Bay #34367B

Color information

#34367B (or 0x34367B) is unknown color: approx Torea Bay. HEX triplet: 34, 36 and 7B. RGB value is (52,54,123). Sum of RGB (Red+Green+Blue) = 52+54+123=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #34367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34367B is #CBC984. Grayscale: #3C3C3C. Windows color (decimal): -13355397 or 8074804. OLE color: 8074804.

HSL color Cylindrical-coordinate representation of color #34367B: hue angle of 238.31º 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 #34367B is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5254123-
CMYK0.580.5600.52
HSL238.31º40.57%34.31%-
HSV(B)238.31º57.72%48.24%-
XYZ6.314.819.33-
YUV61.27162.84121.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=22.71%
G=23.58%
B=53.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52541230.580.5600.52238.3140.5734.31
Hex34367B3A38034ee2922
Octal646617372700643565142
Binary1101001101101111011111010111000011010011101110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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