Html Css Color HEX #41868B Blue Chill

📋 copy color: '#41868B'

red 65 ◦ green 134 ◦ blue 139

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

Shades of Blue Chill #41868B

Tints of Blue Chill #41868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

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

R = 19.23%
G = 39.64%
B = 41.12%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41868B (or 0x41868B) is known color: Blue Chill. HEX triplet: 41, 86 and 8B. RGB value is (65,134,139). Sum of RGB (Red+Green+Blue) = 65+134+139=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #41868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41868B is #BE7974. Grayscale: #717171. Windows color (decimal): -12482933 or 9143873. OLE color: 9143873.

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

Color convert

RGB 65 134 139 -
CMYK 0.53 0.04 0 0.45
HSL 184.05º 0.36% 0.4% -
HSV(B) 184.05º 0.53% 0.55% -
XYZ 15.37 20.04 27.48 -
YUV 113.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 65 134 139 0.53 0.04 0 0.45 184.05 0.36 0.4
Hex 41 86 8B 35 4 0 2D B8 24 28
Octal 101 206 213 65 4 0 55 270 44 50
Binary 1000001 10000110 10001011 110101 100 0 101101 10111000 100100 101000

Color Harmonies of #41868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41868B

Black with #41868B

Text Example


Text Example

White with #41868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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