#368C94

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

Shades of Blue Chill #368C94

Tints of Blue Chill #368C94

Color information

#368C94 (or 0x368C94) is unknown color: approx Blue Chill. HEX triplet: 36, 8C and 94. RGB value is (54,140,148). Sum of RGB (Red+Green+Blue) = 54+140+148=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #368C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C94 is #C9736B. Grayscale: #737373. Windows color (decimal): -13202284 or 9735222. OLE color: 9735222.

HSL color Cylindrical-coordinate representation of color #368C94: hue angle of 185.11º 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 #368C94 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54140148-
CMYK0.640.0500.42
HSL185.11º46.53%39.61%-
HSV(B)185.11º63.51%58.04%-
XYZ16.2421.6831.35-
YUV115.2146.5184.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=15.79%
G=40.94%
B=43.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541401480.640.0500.42185.1146.5339.61
Hex368C9440502Ab92f28
Octal6621422410050522715750
Binary11011010001100100101001000000101010101010111001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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