Html Css Color HEX #368388 Blue Chill

📋 copy color: '#368388'

red 54 ◦ green 131 ◦ blue 136

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

Shades of Blue Chill #368388

Tints of Blue Chill #368388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

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

R = 16.82%
G = 40.81%
B = 42.37%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#368388 (or 0x368388) is known color: Blue Chill. HEX triplet: 36, 83 and 88. RGB value is (54,131,136). Sum of RGB (Red+Green+Blue) = 54+131+136=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #368388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368388 is #C97C77. Grayscale: #6C6C6C. Windows color (decimal): -13204600 or 8946486. OLE color: 8946486.

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

Color convert

RGB 54 131 136 -
CMYK 0.60 0.04 0 0.47
HSL 183.66º 0.43% 0.37% -
HSV(B) 183.66º 0.6% 0.53% -
XYZ 14.08 18.79 26.18 -
YUV 108.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 54 131 136 0.60 0.04 0 0.47 183.66 0.43 0.37
Hex 36 83 88 3C 4 0 2F B8 2B 25
Octal 66 203 210 74 4 0 57 270 53 45
Binary 110110 10000011 10001000 111100 100 0 101111 10111000 101011 100101

Color Harmonies of #368388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368388

Black with #368388

Text Example


Text Example

White with #368388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368388; }

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

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

background-color css

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

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

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

border-color css

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

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

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