#348A8B

Color #348A8B Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #348A8B

Tints of Blue Chill #348A8B

Color information

#348A8B (or 0x348A8B) is unknown color: approx Blue Chill. HEX triplet: 34, 8A and 8B. RGB value is (52,138,139). Sum of RGB (Red+Green+Blue) = 52+138+139=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #348A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A8B is #CB7574. Grayscale: #707070. Windows color (decimal): -13333877 or 9144884. OLE color: 9144884.

HSL color Cylindrical-coordinate representation of color #348A8B: hue angle of 180.69º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348A8B is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52138139-
CMYK0.630.0100.45
HSL180.69º45.55%37.45%-
HSV(B)180.69º62.59%54.51%-
XYZ15.1620.7727.64-
YUV112.4143.0184.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=15.81%
G=41.95%
B=42.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521381390.630.0100.45180.6945.5537.45
Hex348A8B3F102Db52e25
Octal642122137710552655645
Binary11010010001010100010111111111010110110110101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348A8B; }

 p { color: rgb(52,138,139); }

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

<style>
 a { background-color: #348A8B; }

 a { background-color: rgb(52,138,139); }

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

<style>
 span { border-color: #348A8B; }

 span { border-color: rgb(52,138,139); }

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