#41898B

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

Shades of Blue Chill #41898B

Tints of Blue Chill #41898B

Color information

#41898B (or 0x41898B) is unknown color: approx Blue Chill. HEX triplet: 41, 89 and 8B. RGB value is (65,137,139). Sum of RGB (Red+Green+Blue) = 65+137+139=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #41898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41898B is #BE7674. Grayscale: #737373. Windows color (decimal): -12482165 or 9144641. OLE color: 9144641.

HSL color Cylindrical-coordinate representation of color #41898B: hue angle of 181.62º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41898B is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB65137139-
CMYK0.530.0100.45
HSL181.62º36.27%40%-
HSV(B)181.62º53.24%54.51%-
XYZ15.7920.8827.62-
YUV115.7141.1591.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.06%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=19.06%
G=40.18%
B=40.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651371390.530.0100.45181.6236.2740
Hex41898B35102Db62428
Octal1012112136510552664450
Binary100000110001001100010111101011010110110110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41898B; }

 p { color: rgb(65,137,139); }

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

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

 a { background-color: rgb(65,137,139); }

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

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

 span { border-color: rgb(65,137,139); }

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