Html Css Color HEX #348685 Blue Chill

📋 copy color: '#348685'

red 52 ◦ green 134 ◦ blue 133

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

Shades of Blue Chill #348685

Tints of Blue Chill #348685

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 52 134 133 -
CMYK 0.61 0 0.01 0.47
HSL 179.27º 0.44% 0.36% -
HSV(B) 179.27º 0.61% 0.53% -
XYZ 14.17 19.47 25.2 -
YUV 109.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 52 134 133 0.61 0 0.01 0.47 179.27 0.44 0.36
Hex 34 86 85 3D 0 1 2F B3 2C 24
Octal 64 206 205 75 0 1 57 263 54 44
Binary 110100 10000110 10000101 111101 0 1 101111 10110011 101100 100100

Color Harmonies of #348685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348685

Black with #348685

Text Example


Text Example

White with #348685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348685; }

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

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

background-color css

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

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

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

border-color css

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

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

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