Html Css Color HEX #41898B Blue Chill

📋 copy color: '#41898B'

red 65 ◦ green 137 ◦ blue 139

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

Shades of Blue Chill #41898B

Tints of Blue Chill #41898B

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41898B (or 0x41898B) is known color: 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

RGB 65 137 139 -
CMYK 0.53 0.01 0 0.45
HSL 181.62º 0.36% 0.4% -
HSV(B) 181.62º 0.53% 0.55% -
XYZ 15.79 20.88 27.62 -
YUV 115.7 141.15 91.84 -
System Red Green Blue C M Y K H S L
Decimal 65 137 139 0.53 0.01 0 0.45 181.62 0.36 0.4
Hex 41 89 8B 35 1 0 2D B6 24 28
Octal 101 211 213 65 1 0 55 266 44 50
Binary 1000001 10001001 10001011 110101 1 0 101101 10110110 100100 101000

Color Harmonies of #41898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41898B

Black with #41898B

Text Example


Text Example

White with #41898B

Text Example


Text Example

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