Html Css Color HEX #368686 Blue Chill

📋 copy color: '#368686'

red 54 ◦ green 134 ◦ blue 134

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

Shades of Blue Chill #368686

Tints of Blue Chill #368686

RGB

 RED value IS 54 (21.48% from 255) = 16.77%

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

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

R = 16.77%
G = 41.61%
B = 41.61%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#368686 (or 0x368686) is known color: Blue Chill. HEX triplet: 36, 86 and 86. RGB value is (54,134,134). Sum of RGB (Red+Green+Blue) = 54+134+134=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #368686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368686 is #C97979. Grayscale: #6E6E6E. Windows color (decimal): -13203834 or 8816182. OLE color: 8816182.

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

Color convert

RGB 54 134 134 -
CMYK 0.60 0 0 0.47
HSL 180º 0.43% 0.37% -
HSV(B) 180º 0.6% 0.53% -
XYZ 14.35 19.56 25.57 -
YUV 110.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 54 134 134 0.60 0 0 0.47 180 0.43 0.37
Hex 36 86 86 3C 0 0 2F B4 2B 25
Octal 66 206 206 74 0 0 57 264 53 45
Binary 110110 10000110 10000110 111100 0 0 101111 10110100 101011 100101

Color Harmonies of #368686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368686

Black with #368686

Text Example


Text Example

White with #368686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368686; }

 p { color: rgb(54,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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