#348B83

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

Shades of Blue Chill #348B83

Tints of Blue Chill #348B83

Color information

#348B83 (or 0x348B83) is unknown color: approx Blue Chill. HEX triplet: 34, 8B and 83. RGB value is (52,139,131). Sum of RGB (Red+Green+Blue) = 52+139+131=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #348B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B83 is #CB747C. Grayscale: #707070. Windows color (decimal): -13333629 or 8620852. OLE color: 8620852.

HSL color Cylindrical-coordinate representation of color #348B83: hue angle of 174.48º 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 #348B83 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB52139131-
CMYK0.6300.060.45
HSL174.48º45.55%37.45%-
HSV(B)174.48º62.59%54.51%-
XYZ14.7520.8324.72-
YUV112.07138.6885.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=16.15%
G=43.17%
B=40.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391310.6300.060.45174.4845.5537.45
Hex348B833F062Dae2e25
Octal642132037706552565645
Binary1101001000101110000011111111011010110110101110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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