Html Css Color HEX #41988F Blue Chill

📋 copy color: '#41988F'

red 65 ◦ green 152 ◦ blue 143

#41988F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #41988F

Tints of Blue Chill #41988F

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 value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#41988F (or 0x41988F) is known color: 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

RGB 65 152 143 -
CMYK 0.57 0 0.06 0.40
HSL 173.79º 0.4% 0.43% -
HSV(B) 173.79º 0.57% 0.6% -
XYZ 18.37 25.56 29.95 -
YUV 124.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 65 152 143 0.57 0 0.06 0.40 173.79 0.4 0.43
Hex 41 98 8F 39 0 6 28 AE 28 2B
Octal 101 230 217 71 0 6 50 256 50 53
Binary 1000001 10011000 10001111 111001 0 110 101000 10101110 101000 101011

Color Harmonies of #41988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41988F

Black with #41988F

Text Example


Text Example

White with #41988F

Text Example


Text Example

HTML Codes & Css Web 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>