Html Css Color HEX #348B84 Blue Chill

📋 copy color: '#348B84'

red 52 ◦ green 139 ◦ blue 132

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

Shades of Blue Chill #348B84

Tints of Blue Chill #348B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 16.1%
G = 43.03%
B = 40.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#348B84 (or 0x348B84) is known color: Blue Chill. HEX triplet: 34, 8B and 84. RGB value is (52,139,132). Sum of RGB (Red+Green+Blue) = 52+139+132=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #348B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B84 is #CB747B. Grayscale: #707070. Windows color (decimal): -13333628 or 8686388. OLE color: 8686388.

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

Color convert

RGB 52 139 132 -
CMYK 0.63 0 0.05 0.45
HSL 175.17º 0.46% 0.37% -
HSV(B) 175.17º 0.63% 0.55% -
XYZ 14.81 20.86 25.08 -
YUV 112.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 52 139 132 0.63 0 0.05 0.45 175.17 0.46 0.37
Hex 34 8B 84 3F 0 5 2D AF 2E 25
Octal 64 213 204 77 0 5 55 257 56 45
Binary 110100 10001011 10000100 111111 0 101 101101 10101111 101110 100101

Color Harmonies of #348B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B84

Black with #348B84

Text Example


Text Example

White with #348B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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