#368A90

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

Shades of Blue Chill #368A90

Tints of Blue Chill #368A90

Color information

#368A90 (or 0x368A90) is unknown color: approx Blue Chill. HEX triplet: 36, 8A and 90. RGB value is (54,138,144). Sum of RGB (Red+Green+Blue) = 54+138+144=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #368A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A90 is #C9756F. Grayscale: #717171. Windows color (decimal): -13202800 or 9472566. OLE color: 9472566.

HSL color Cylindrical-coordinate representation of color #368A90: hue angle of 184º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368A90 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54138144-
CMYK0.630.0400.44
HSL184º45.45%38.82%-
HSV(B)184º62.5%56.47%-
XYZ15.6420.9729.61-
YUV113.57145.1785.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=16.07%
G=41.07%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541381440.630.0400.4418445.4538.82
Hex368A903F402Cb82d27
Octal662122207740542705547
Binary1101101000101010010000111111100010110010111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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