#338690

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

Shades of Blue Chill #338690

Tints of Blue Chill #338690

Color information

#338690 (or 0x338690) is unknown color: approx Blue Chill. HEX triplet: 33, 86 and 90. RGB value is (51,134,144). Sum of RGB (Red+Green+Blue) = 51+134+144=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #338690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338690 is #CC796F. Grayscale: #6E6E6E. Windows color (decimal): -13400432 or 9471539. OLE color: 9471539.

HSL color Cylindrical-coordinate representation of color #338690: hue angle of 186.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338690 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51134144-
CMYK0.650.0700.44
HSL186.45º47.69%38.24%-
HSV(B)186.45º64.58%56.47%-
XYZ14.9219.7729.41-
YUV110.3214785.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=15.50%
G=40.73%
B=43.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511341440.650.0700.44186.4547.6938.24
Hex33869041702Cba3026
Octal6320622010170542726046
Binary11001110000110100100001000001111010110010111010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338690; }

 p { color: rgb(51,134,144); }

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

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

 a { background-color: rgb(51,134,144); }

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

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

 span { border-color: rgb(51,134,144); }

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