#348983

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

Shades of Blue Chill #348983

Tints of Blue Chill #348983

Color information

#348983 (or 0x348983) is unknown color: approx Blue Chill. HEX triplet: 34, 89 and 83. RGB value is (52,137,131). Sum of RGB (Red+Green+Blue) = 52+137+131=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #348983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348983 is #CB767C. Grayscale: #6E6E6E. Windows color (decimal): -13334141 or 8620340. OLE color: 8620340.

HSL color Cylindrical-coordinate representation of color #348983: hue angle of 175.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348983 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB52137131-
CMYK0.6200.040.46
HSL175.76º44.97%37.06%-
HSV(B)175.76º62.04%53.73%-
XYZ14.4620.2624.62-
YUV110.9139.3485.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=16.25%
G=42.81%
B=40.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521371310.6200.040.46175.7644.9737.06
Hex3489833E042Eb02d25
Octal642112037604562605545
Binary1101001000100110000011111110010010111010110000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348983; }

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

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

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

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

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

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

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

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