#368A8D

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

Shades of Blue Chill #368A8D

Tints of Blue Chill #368A8D

Color information

#368A8D (or 0x368A8D) is unknown color: approx Blue Chill. HEX triplet: 36, 8A and 8D. RGB value is (54,138,141). Sum of RGB (Red+Green+Blue) = 54+138+141=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #368A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A8D is #C97572. Grayscale: #717171. Windows color (decimal): -13202803 or 9275958. OLE color: 9275958.

HSL color Cylindrical-coordinate representation of color #368A8D: hue angle of 182.07º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368A8D is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54138141-
CMYK0.620.0200.45
HSL182.07º44.62%38.24%-
HSV(B)182.07º61.7%55.29%-
XYZ15.4220.8828.42-
YUV113.23143.6785.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.22%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=16.22%
G=41.44%
B=42.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541381410.620.0200.45182.0744.6238.24
Hex368A8D3E202Db62d26
Octal662122157620552665546
Binary110110100010101000110111111010010110110110110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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