Html Css Color HEX #368685 Blue Chill

📋 copy color: '#368685'

red 54 ◦ green 134 ◦ blue 133

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

Shades of Blue Chill #368685

Tints of Blue Chill #368685

RGB

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

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

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

R = 16.82%
G = 41.74%
B = 41.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#368685 (or 0x368685) is known color: Blue Chill. HEX triplet: 36, 86 and 85. RGB value is (54,134,133). Sum of RGB (Red+Green+Blue) = 54+134+133=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #368685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368685 is #C9797A. Grayscale: #6D6D6D. Windows color (decimal): -13203835 or 8750646. OLE color: 8750646.

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

Color convert

RGB 54 134 133 -
CMYK 0.60 0 0.01 0.47
HSL 179.25º 0.43% 0.37% -
HSV(B) 179.25º 0.6% 0.53% -
XYZ 14.28 19.53 25.21 -
YUV 109.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 54 134 133 0.60 0 0.01 0.47 179.25 0.43 0.37
Hex 36 86 85 3C 0 1 2F B3 2B 25
Octal 66 206 205 74 0 1 57 263 53 45
Binary 110110 10000110 10000101 111100 0 1 101111 10110011 101011 100101

Color Harmonies of #368685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368685

Black with #368685

Text Example


Text Example

White with #368685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368685; }

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

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

background-color css

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

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

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

border-color css

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

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

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