#368C95

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

Shades of Blue Chill #368C95

Tints of Blue Chill #368C95

Color information

#368C95 (or 0x368C95) is unknown color: approx Blue Chill. HEX triplet: 36, 8C and 95. RGB value is (54,140,149). Sum of RGB (Red+Green+Blue) = 54+140+149=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #368C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C95 is #C9736A. Grayscale: #737373. Windows color (decimal): -13202283 or 9800758. OLE color: 9800758.

HSL color Cylindrical-coordinate representation of color #368C95: hue angle of 185.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368C95 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54140149-
CMYK0.640.0600.42
HSL185.68º46.8%39.8%-
HSV(B)185.68º63.76%58.43%-
XYZ16.3221.7131.76-
YUV115.31147.0184.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=15.74%
G=40.82%
B=43.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541401490.640.0600.42185.6846.839.8
Hex368C9540602Aba2f28
Octal6621422510060522725750
Binary11011010001100100101011000000110010101010111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368C95; }

 p { color: rgb(54,140,149); }

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

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

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

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

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

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

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