#4086C1

Color #4086C1 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4086C1

Tints of Curious Blue #4086C1

Color information

#4086C1 (or 0x4086C1) is unknown color: approx Curious Blue. HEX triplet: 40, 86 and C1. RGB value is (64,134,193). Sum of RGB (Red+Green+Blue) = 64+134+193=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #4086C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4086C1 is #BF793E. Grayscale: #777777. Windows color (decimal): -12548415 or 12682816. OLE color: 12682816.

HSL color Cylindrical-coordinate representation of color #4086C1: hue angle of 207.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4086C1 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64134193-
CMYK0.670.3100.24
HSL207.44º50.99%50.39%-
HSV(B)207.44º66.84%75.69%-
XYZ20.2721.9953.63-
YUV119.8169.3188.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.37%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=16.37%
G=34.27%
B=49.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641341930.670.3100.24207.4450.9950.39
Hex4086C1431F018cf3332
Octal100206301103370303176362
Binary1000000100001101100000110000111111101100011001111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4086C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4086C1; }

 p { color: rgb(64,134,193); }

 H1.HeaderClassName
 {
   color: #4086C1;
 }
 .AnyTagClassName
 {
   color: #4086C1;
 }
</style>
background-color css

<style>
 a { background-color: #4086C1; }

 a { background-color: rgb(64,134,193); }

 div.DivClassName
 {
   background-color: #4086C1;
 }
 .BgClassName
 {
   background-color: #4086C1;
 }
</style>
border-color css

<style>
 span { border-color: #4086C1; }

 span { border-color: rgb(64,134,193); }

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