#368983

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

Shades of Blue Chill #368983

Tints of Blue Chill #368983

Color information

#368983 (or 0x368983) is unknown color: approx Blue Chill. HEX triplet: 36, 89 and 83. RGB value is (54,137,131). Sum of RGB (Red+Green+Blue) = 54+137+131=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #368983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368983 is #C9767C. Grayscale: #6F6F6F. Windows color (decimal): -13203069 or 8620342. OLE color: 8620342.

HSL color Cylindrical-coordinate representation of color #368983: hue angle of 175.66º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368983 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB54137131-
CMYK0.6100.040.46
HSL175.66º43.46%37.45%-
HSV(B)175.66º60.58%53.73%-
XYZ14.5620.3124.63-
YUV111.513986.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=16.77%
G=42.55%
B=40.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541371310.6100.040.46175.6643.4637.45
Hex3689833D042Eb02b25
Octal662112037504562605345
Binary1101101000100110000011111101010010111010110000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368983; }

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

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

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

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

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

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

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

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