#368A94

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

Shades of Blue Chill #368A94

Tints of Blue Chill #368A94

Color information

#368A94 (or 0x368A94) is unknown color: approx Blue Chill. HEX triplet: 36, 8A and 94. RGB value is (54,138,148). Sum of RGB (Red+Green+Blue) = 54+138+148=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #368A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A94 is #C9756B. Grayscale: #717171. Windows color (decimal): -13202796 or 9734710. OLE color: 9734710.

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

Color convert

RGB54138148-
CMYK0.640.0700.42
HSL186.38º46.53%39.61%-
HSV(B)186.38º63.51%58.04%-
XYZ15.9621.131.25-
YUV114.02147.1785.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.88%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=15.88%
G=40.59%
B=43.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541381480.640.0700.42186.3846.5339.61
Hex368A9440702Aba2f28
Octal6621222410070522725750
Binary11011010001010100101001000000111010101010111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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