#368B93

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

Shades of Blue Chill #368B93

Tints of Blue Chill #368B93

Color information

#368B93 (or 0x368B93) is unknown color: approx Blue Chill. HEX triplet: 36, 8B and 93. RGB value is (54,139,147). Sum of RGB (Red+Green+Blue) = 54+139+147=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #368B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368B93 is #C9746C. Grayscale: #727272. Windows color (decimal): -13202541 or 9669430. OLE color: 9669430.

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

Color convert

RGB54139147-
CMYK0.630.0500.42
HSL185.16º46.27%39.41%-
HSV(B)185.16º63.27%57.65%-
XYZ16.0221.3630.88-
YUV114.5146.3484.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.88%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=15.88%
G=40.88%
B=43.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541391470.630.0500.42185.1646.2739.41
Hex368B933F502Ab92e27
Octal662132237750522715647
Binary1101101000101110010011111111101010101010111001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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