Html Css Color HEX #348987 Blue Chill

📋 copy color: '#348987'

red 52 ◦ green 137 ◦ blue 135

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

Shades of Blue Chill #348987

Tints of Blue Chill #348987

RGB

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

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

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

R = 16.05%
G = 42.28%
B = 41.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#348987 (or 0x348987) is known color: Blue Chill. HEX triplet: 34, 89 and 87. RGB value is (52,137,135). Sum of RGB (Red+Green+Blue) = 52+137+135=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #348987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348987 is #CB7678. Grayscale: #6F6F6F. Windows color (decimal): -13334137 or 8882484. OLE color: 8882484.

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

Color convert

RGB 52 137 135 -
CMYK 0.62 0 0.01 0.46
HSL 178.59º 0.45% 0.37% -
HSV(B) 178.59º 0.62% 0.54% -
XYZ 14.74 20.37 26.08 -
YUV 111.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 52 137 135 0.62 0 0.01 0.46 178.59 0.45 0.37
Hex 34 89 87 3E 0 1 2E B3 2D 25
Octal 64 211 207 76 0 1 56 263 55 45
Binary 110100 10001001 10000111 111110 0 1 101110 10110011 101101 100101

Color Harmonies of #348987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348987

Black with #348987

Text Example


Text Example

White with #348987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348987; }

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

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

background-color css

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

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

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

border-color css

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

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

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