Html Css Color HEX #348586 Blue Chill

📋 copy color: '#348586'

red 52 ◦ green 133 ◦ blue 134

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

Shades of Blue Chill #348586

Tints of Blue Chill #348586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 16.3%
G = 41.69%
B = 42.01%

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

#348586 (or 0x348586) is known color: Blue Chill. HEX triplet: 34, 85 and 86. RGB value is (52,133,134). Sum of RGB (Red+Green+Blue) = 52+133+134=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #348586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348586 is #CB7A79. Grayscale: #6C6C6C. Windows color (decimal): -13335162 or 8815924. OLE color: 8815924.

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

Color convert

RGB 52 133 134 -
CMYK 0.61 0.01 0 0.47
HSL 180.73º 0.44% 0.36% -
HSV(B) 180.73º 0.61% 0.53% -
XYZ 14.11 19.23 25.52 -
YUV 108.9 142.16 87.42 -
System Red Green Blue C M Y K H S L
Decimal 52 133 134 0.61 0.01 0 0.47 180.73 0.44 0.36
Hex 34 85 86 3D 1 0 2F B5 2C 24
Octal 64 205 206 75 1 0 57 265 54 44
Binary 110100 10000101 10000110 111101 1 0 101111 10110101 101100 100100

Color Harmonies of #348586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348586

Black with #348586

Text Example


Text Example

White with #348586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348586; }

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

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

background-color css

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

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

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

border-color css

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

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

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