Html Css Color HEX #348983 Blue Chill

📋 copy color: '#348983'

red 52 ◦ green 137 ◦ blue 131

#348983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #348983

Tints of Blue Chill #348983

RGB

 RED value IS 52 (20.7% 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 value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#348983 (or 0x348983) is known color: 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

RGB 52 137 131 -
CMYK 0.62 0 0.04 0.46
HSL 175.76º 0.45% 0.37% -
HSV(B) 175.76º 0.62% 0.54% -
XYZ 14.46 20.26 24.62 -
YUV 110.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 52 137 131 0.62 0 0.04 0.46 175.76 0.45 0.37
Hex 34 89 83 3E 0 4 2E B0 2D 25
Octal 64 211 203 76 0 4 56 260 55 45
Binary 110100 10001001 10000011 111110 0 100 101110 10110000 101101 100101

Color Harmonies of #348983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348983

Black with #348983

Text Example


Text Example

White with #348983

Text Example


Text Example

HTML Codes & Css Web 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>