Html Css Color HEX #41888F Blue Chill

📋 copy color: '#41888F'

red 65 ◦ green 136 ◦ blue 143

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

Shades of Blue Chill #41888F

Tints of Blue Chill #41888F

RGB

 RED value IS 65 (25.78% from 255) = 18.9%

 GREEN value IS 136 (53.52% from 255) = 39.53%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 18.9%
G = 39.53%
B = 41.57%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41888F (or 0x41888F) is known color: Blue Chill. HEX triplet: 41, 88 and 8F. RGB value is (65,136,143). Sum of RGB (Red+Green+Blue) = 65+136+143=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #41888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41888F is #BE7770. Grayscale: #737373. Windows color (decimal): -12482417 or 9406529. OLE color: 9406529.

HSL color Cylindrical-coordinate representation of color #41888F: hue angle of 185.38º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41888F is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 136 143 -
CMYK 0.55 0.05 0 0.44
HSL 185.38º 0.38% 0.41% -
HSV(B) 185.38º 0.55% 0.56% -
XYZ 15.94 20.72 29.14 -
YUV 115.57 143.48 91.93 -
System Red Green Blue C M Y K H S L
Decimal 65 136 143 0.55 0.05 0 0.44 185.38 0.38 0.41
Hex 41 88 8F 37 5 0 2C B9 26 29
Octal 101 210 217 67 5 0 54 271 46 51
Binary 1000001 10001000 10001111 110111 101 0 101100 10111001 100110 101001

Color Harmonies of #41888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41888F

Black with #41888F

Text Example


Text Example

White with #41888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41888F;
 }
 .AnyTagClassName
 {
   color: #41888F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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