#368883

Color #368883 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #368883

Tints of Blue Chill #368883

Color information

#368883 (or 0x368883) is unknown color: approx Blue Chill. HEX triplet: 36, 88 and 83. RGB value is (54,136,131). Sum of RGB (Red+Green+Blue) = 54+136+131=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #368883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368883 is #C9777C. Grayscale: #6E6E6E. Windows color (decimal): -13203325 or 8620086. OLE color: 8620086.

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

Color convert

RGB54136131-
CMYK0.6000.040.47
HSL176.34º43.16%37.25%-
HSV(B)176.34º60.29%53.33%-
XYZ14.4220.0324.58-
YUV110.91139.3387.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=16.82%
G=42.37%
B=40.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541361310.6000.040.47176.3443.1637.25
Hex3688833C042Fb02b25
Octal662102037404572605345
Binary1101101000100010000011111100010010111110110000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368883; }

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

 H1.HeaderClassName
 {
   color: #368883;
 }
 .AnyTagClassName
 {
   color: #368883;
 }
</style>
background-color css

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

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

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

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

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

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