Html Css Color HEX #368888 Blue Chill

📋 copy color: '#368888'

red 54 ◦ green 136 ◦ blue 136

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

Shades of Blue Chill #368888

Tints of Blue Chill #368888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.72%

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 16.56%
G = 41.72%
B = 41.72%

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

#368888 (or 0x368888) is known color: Blue Chill. HEX triplet: 36, 88 and 88. RGB value is (54,136,136). Sum of RGB (Red+Green+Blue) = 54+136+136=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #368888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368888 is #C97777. Grayscale: #6F6F6F. Windows color (decimal): -13203320 or 8947766. OLE color: 8947766.

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

Color convert

RGB 54 136 136 -
CMYK 0.60 0 0 0.47
HSL 180º 0.43% 0.37% -
HSV(B) 180º 0.6% 0.53% -
XYZ 14.77 20.17 26.41 -
YUV 111.48 141.83 87 -
System Red Green Blue C M Y K H S L
Decimal 54 136 136 0.60 0 0 0.47 180 0.43 0.37
Hex 36 88 88 3C 0 0 2F B4 2B 25
Octal 66 210 210 74 0 0 57 264 53 45
Binary 110110 10001000 10001000 111100 0 0 101111 10110100 101011 100101

Color Harmonies of #368888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368888

Black with #368888

Text Example


Text Example

White with #368888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368888; }

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

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

background-color css

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

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

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

border-color css

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

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

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