Html Css Color HEX #368C86 Blue Chill

📋 copy color: '#368C86'

red 54 ◦ green 140 ◦ blue 134

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

Shades of Blue Chill #368C86

Tints of Blue Chill #368C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.68%

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

R = 16.46%
G = 42.68%
B = 40.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#368C86 (or 0x368C86) is known color: Blue Chill. HEX triplet: 36, 8C and 86. RGB value is (54,140,134). Sum of RGB (Red+Green+Blue) = 54+140+134=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #368C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C86 is #C97379. Grayscale: #717171. Windows color (decimal): -13202298 or 8817718. OLE color: 8817718.

HSL color Cylindrical-coordinate representation of color #368C86: hue angle of 175.81º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C86 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 140 134 -
CMYK 0.61 0 0.04 0.45
HSL 175.81º 0.44% 0.38% -
HSV(B) 175.81º 0.61% 0.55% -
XYZ 15.2 21.26 25.86 -
YUV 113.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 54 140 134 0.61 0 0.04 0.45 175.81 0.44 0.38
Hex 36 8C 86 3D 0 4 2D B0 2C 26
Octal 66 214 206 75 0 4 55 260 54 46
Binary 110110 10001100 10000110 111101 0 100 101101 10110000 101100 100110

Color Harmonies of #368C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C86

Black with #368C86

Text Example


Text Example

White with #368C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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