#368D94

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

Shades of Blue Chill #368D94

Tints of Blue Chill #368D94

Color information

#368D94 (or 0x368D94) is unknown color: approx Blue Chill. HEX triplet: 36, 8D and 94. RGB value is (54,141,148). Sum of RGB (Red+Green+Blue) = 54+141+148=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #368D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D94 is #C9726B. Grayscale: #737373. Windows color (decimal): -13202028 or 9735478. OLE color: 9735478.

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

Color convert

RGB54141148-
CMYK0.640.0500.42
HSL184.47º46.53%39.61%-
HSV(B)184.47º63.51%58.04%-
XYZ16.3921.9731.39-
YUV115.78146.1883.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 141 (55.47% from 255) = 41.11%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=15.74%
G=41.11%
B=43.15%

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
Decimal541411480.640.0500.42184.4746.5339.61
Hex368D9440502Ab82f28
Octal6621522410050522705750
Binary11011010001101100101001000000101010101010111000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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