Html Css Color HEX #41888B Blue Chill

📋 copy color: '#41888B'

red 65 ◦ green 136 ◦ blue 139

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

Shades of Blue Chill #41888B

Tints of Blue Chill #41888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 19.12%
G = 40%
B = 40.88%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41888B (or 0x41888B) is known color: Blue Chill. HEX triplet: 41, 88 and 8B. RGB value is (65,136,139). Sum of RGB (Red+Green+Blue) = 65+136+139=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #41888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41888B is #BE7774. Grayscale: #737373. Windows color (decimal): -12482421 or 9144385. OLE color: 9144385.

HSL color Cylindrical-coordinate representation of color #41888B: hue angle of 182.43º 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 #41888B is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 136 139 -
CMYK 0.53 0.02 0 0.45
HSL 182.43º 0.36% 0.4% -
HSV(B) 182.43º 0.53% 0.55% -
XYZ 15.64 20.6 27.58 -
YUV 115.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 65 136 139 0.53 0.02 0 0.45 182.43 0.36 0.4
Hex 41 88 8B 35 2 0 2D B6 24 28
Octal 101 210 213 65 2 0 55 266 44 50
Binary 1000001 10001000 10001011 110101 10 0 101101 10110110 100100 101000

Color Harmonies of #41888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41888B

Black with #41888B

Text Example


Text Example

White with #41888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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