#41868B

Color #41868B Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #41868B

Tints of Blue Chill #41868B

Color information

#41868B (or 0x41868B) is unknown color: approx 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

RGB65134139-
CMYK0.530.0400.45
HSL184.05º36.27%40%-
HSV(B)184.05º53.24%54.51%-
XYZ15.3720.0427.48-
YUV113.94142.1493.09-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651341390.530.0400.45184.0536.2740
Hex41868B35402Db82428
Octal1012062136540552704450
Binary10000011000011010001011110101100010110110111000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>