#368A93

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

Shades of Blue Chill #368A93

Tints of Blue Chill #368A93

Color information

#368A93 (or 0x368A93) is unknown color: approx Blue Chill. HEX triplet: 36, 8A and 93. RGB value is (54,138,147). Sum of RGB (Red+Green+Blue) = 54+138+147=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #368A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A93 is #C9756C. Grayscale: #717171. Windows color (decimal): -13202797 or 9669174. OLE color: 9669174.

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

Color convert

RGB54138147-
CMYK0.630.0600.42
HSL185.81º46.27%39.41%-
HSV(B)185.81º63.27%57.65%-
XYZ15.8821.0730.83-
YUV113.91146.6785.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.93%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=15.93%
G=40.71%
B=43.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541381470.630.0600.42185.8146.2739.41
Hex368A933F602Aba2e27
Octal662122237760522725647
Binary1101101000101010010011111111110010101010111010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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