Html Css Color HEX #348687 Blue Chill

📋 copy color: '#348687'

red 52 ◦ green 134 ◦ blue 135

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

Shades of Blue Chill #348687

Tints of Blue Chill #348687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 16.2%
G = 41.74%
B = 42.06%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#348687 (or 0x348687) is known color: Blue Chill. HEX triplet: 34, 86 and 87. RGB value is (52,134,135). Sum of RGB (Red+Green+Blue) = 52+134+135=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #348687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348687 is #CB7978. Grayscale: #6D6D6D. Windows color (decimal): -13334905 or 8881716. OLE color: 8881716.

HSL color Cylindrical-coordinate representation of color #348687: hue angle of 180.72º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348687 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 135 -
CMYK 0.61 0.01 0 0.47
HSL 180.72º 0.44% 0.37% -
HSV(B) 180.72º 0.61% 0.53% -
XYZ 14.31 19.53 25.94 -
YUV 109.6 142.33 86.92 -
System Red Green Blue C M Y K H S L
Decimal 52 134 135 0.61 0.01 0 0.47 180.72 0.44 0.37
Hex 34 86 87 3D 1 0 2F B5 2C 25
Octal 64 206 207 75 1 0 57 265 54 45
Binary 110100 10000110 10000111 111101 1 0 101111 10110101 101100 100101

Color Harmonies of #348687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348687

Black with #348687

Text Example


Text Example

White with #348687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348687; }

 p { color: rgb(52,134,135); }

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

background-color css

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

 a { background-color: rgb(52,134,135); }

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

border-color css

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

 span { border-color: rgb(52,134,135); }

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