#438B95

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

Shades of Blue Chill #438B95

Tints of Blue Chill #438B95

Color information

#438B95 (or 0x438B95) is unknown color: approx Blue Chill. HEX triplet: 43, 8B and 95. RGB value is (67,139,149). Sum of RGB (Red+Green+Blue) = 67+139+149=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #438B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B95 is #BC746A. Grayscale: #767676. Windows color (decimal): -12350571 or 9800515. OLE color: 9800515.

HSL color Cylindrical-coordinate representation of color #438B95: hue angle of 187.32º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438B95 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB67139149-
CMYK0.550.0700.42
HSL187.32º37.96%42.35%-
HSV(B)187.32º55.03%58.43%-
XYZ16.9721.8331.75-
YUV118.61145.1591.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.87%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=18.87%
G=39.15%
B=41.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671391490.550.0700.42187.3237.9642.35
Hex438B9537702Abb262a
Octal1032132256770522734652
Binary10000111000101110010101110111111010101010111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438B95; }

 p { color: rgb(67,139,149); }

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

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

 a { background-color: rgb(67,139,149); }

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

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

 span { border-color: rgb(67,139,149); }

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