Html Css Color HEX #41898C Blue Chill

📋 copy color: '#41898C'

red 65 ◦ green 137 ◦ blue 140

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

Shades of Blue Chill #41898C

Tints of Blue Chill #41898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 19.01%
G = 40.06%
B = 40.94%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41898C (or 0x41898C) is known color: Blue Chill. HEX triplet: 41, 89 and 8C. RGB value is (65,137,140). Sum of RGB (Red+Green+Blue) = 65+137+140=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #41898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41898C is #BE7673. Grayscale: #737373. Windows color (decimal): -12482164 or 9210177. OLE color: 9210177.

HSL color Cylindrical-coordinate representation of color #41898C: hue angle of 182.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41898C is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 137 140 -
CMYK 0.54 0.02 0 0.45
HSL 182.4º 0.37% 0.4% -
HSV(B) 182.4º 0.54% 0.55% -
XYZ 15.86 20.91 28.01 -
YUV 115.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 65 137 140 0.54 0.02 0 0.45 182.4 0.37 0.4
Hex 41 89 8C 36 2 0 2D B6 25 28
Octal 101 211 214 66 2 0 55 266 45 50
Binary 1000001 10001001 10001100 110110 10 0 101101 10110110 100101 101000

Color Harmonies of #41898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41898C

Black with #41898C

Text Example


Text Example

White with #41898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41898C; }

 p { color: rgb(65,137,140); }

 H1.HeaderClassName
 {
   color: #41898C;
 }
 .AnyTagClassName
 {
   color: #41898C;
 }
</style>

background-color css

<style>
 a { background-color: #41898C; }

 a { background-color: rgb(65,137,140); }

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

border-color css

<style>
 span { border-color: #41898C; }

 span { border-color: rgb(65,137,140); }

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