#41988F

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

Shades of Blue Chill #41988F

Tints of Blue Chill #41988F

Color information

#41988F (or 0x41988F) is unknown color: approx Blue Chill. HEX triplet: 41, 98 and 8F. RGB value is (65,152,143). Sum of RGB (Red+Green+Blue) = 65+152+143=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #41988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41988F is #BE6770. Grayscale: #7C7C7C. Windows color (decimal): -12478321 or 9410625. OLE color: 9410625.

HSL color Cylindrical-coordinate representation of color #41988F: hue angle of 173.79º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41988F is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB65152143-
CMYK0.5700.060.40
HSL173.79º40.09%42.55%-
HSV(B)173.79º57.24%59.61%-
XYZ18.3725.5629.95-
YUV124.96138.1885.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=18.06%
G=42.22%
B=39.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521430.5700.060.40173.7940.0942.55
Hex41988F390628ae282b
Octal1012302177106502565053
Binary10000011001100010001111111001011010100010101110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41988F; }

 p { color: rgb(65,152,143); }

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

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

 a { background-color: rgb(65,152,143); }

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

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

 span { border-color: rgb(65,152,143); }

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