Html Css Color HEX #348B82 Blue Chill

📋 copy color: '#348B82'

red 52 ◦ green 139 ◦ blue 130

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

Shades of Blue Chill #348B82

Tints of Blue Chill #348B82

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.3%

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

R = 16.2%
G = 43.3%
B = 40.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#348B82 (or 0x348B82) is known color: Blue Chill. HEX triplet: 34, 8B and 82. RGB value is (52,139,130). Sum of RGB (Red+Green+Blue) = 52+139+130=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #348B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B82 is #CB747D. Grayscale: #6F6F6F. Windows color (decimal): -13333630 or 8555316. OLE color: 8555316.

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

Color convert

RGB 52 139 130 -
CMYK 0.63 0 0.06 0.45
HSL 173.79º 0.46% 0.37% -
HSV(B) 173.79º 0.63% 0.55% -
XYZ 14.68 20.81 24.36 -
YUV 111.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 52 139 130 0.63 0 0.06 0.45 173.79 0.46 0.37
Hex 34 8B 82 3F 0 6 2D AE 2E 25
Octal 64 213 202 77 0 6 55 256 56 45
Binary 110100 10001011 10000010 111111 0 110 101101 10101110 101110 100101

Color Harmonies of #348B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B82

Black with #348B82

Text Example


Text Example

White with #348B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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