Html Css Color HEX #348688 Blue Chill

📋 copy color: '#348688'

red 52 ◦ green 134 ◦ blue 136

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

Shades of Blue Chill #348688

Tints of Blue Chill #348688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 16.15%
G = 41.61%
B = 42.24%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#348688 (or 0x348688) is known color: Blue Chill. HEX triplet: 34, 86 and 88. RGB value is (52,134,136). Sum of RGB (Red+Green+Blue) = 52+134+136=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #348688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348688 is #CB7977. Grayscale: #6D6D6D. Windows color (decimal): -13334904 or 8947252. OLE color: 8947252.

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

Color convert

RGB 52 134 136 -
CMYK 0.62 0.01 0 0.47
HSL 181.43º 0.45% 0.37% -
HSV(B) 181.43º 0.62% 0.53% -
XYZ 14.39 19.56 26.31 -
YUV 109.71 142.83 86.84 -
System Red Green Blue C M Y K H S L
Decimal 52 134 136 0.62 0.01 0 0.47 181.43 0.45 0.37
Hex 34 86 88 3E 1 0 2F B5 2D 25
Octal 64 206 210 76 1 0 57 265 55 45
Binary 110100 10000110 10001000 111110 1 0 101111 10110101 101101 100101

Color Harmonies of #348688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348688

Black with #348688

Text Example


Text Example

White with #348688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348688; }

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

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

background-color css

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

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

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

border-color css

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

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

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