Html Css Color HEX #348982 Blue Chill

📋 copy color: '#348982'

red 52 ◦ green 137 ◦ blue 130

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

Shades of Blue Chill #348982

Tints of Blue Chill #348982

RGB

 RED value IS 52 (20.7% from 255) = 16.3%

 GREEN value IS 137 (53.91% from 255) = 42.95%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 16.3%
G = 42.95%
B = 40.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#348982 (or 0x348982) is known color: Blue Chill. HEX triplet: 34, 89 and 82. RGB value is (52,137,130). Sum of RGB (Red+Green+Blue) = 52+137+130=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #348982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348982 is #CB767D. Grayscale: #6E6E6E. Windows color (decimal): -13334142 or 8554804. OLE color: 8554804.

HSL color Cylindrical-coordinate representation of color #348982: hue angle of 175.06º 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 #348982 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 130 -
CMYK 0.62 0 0.05 0.46
HSL 175.06º 0.45% 0.37% -
HSV(B) 175.06º 0.62% 0.54% -
XYZ 14.39 20.23 24.27 -
YUV 110.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 52 137 130 0.62 0 0.05 0.46 175.06 0.45 0.37
Hex 34 89 82 3E 0 5 2E AF 2D 25
Octal 64 211 202 76 0 5 56 257 55 45
Binary 110100 10001001 10000010 111110 0 101 101110 10101111 101101 100101

Color Harmonies of #348982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348982

Black with #348982

Text Example


Text Example

White with #348982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348982; }

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

 H1.HeaderClassName
 {
   color: #348982;
 }
 .AnyTagClassName
 {
   color: #348982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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