#438690

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

Shades of Blue Chill #438690

Tints of Blue Chill #438690

Color information

#438690 (or 0x438690) is unknown color: approx Blue Chill. HEX triplet: 43, 86 and 90. RGB value is (67,134,144). Sum of RGB (Red+Green+Blue) = 67+134+144=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #438690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438690 is #BC796F. Grayscale: #737373. Windows color (decimal): -12351856 or 9471555. OLE color: 9471555.

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

Color convert

RGB67134144-
CMYK0.530.0700.44
HSL187.79º36.49%41.37%-
HSV(B)187.79º53.47%56.47%-
XYZ15.8720.2629.46-
YUV115.11144.393.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.42%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=19.42%
G=38.84%
B=41.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671341440.530.0700.44187.7936.4941.37
Hex43869035702Cbc2429
Octal1032062206570542744451
Binary10000111000011010010000110101111010110010111100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438690; }

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

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

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

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

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

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

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

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