#3E86C7

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

Shades of Curious Blue #3E86C7

Tints of Curious Blue #3E86C7

Color information

#3E86C7 (or 0x3E86C7) is unknown color: approx Curious Blue. HEX triplet: 3E, 86 and C7. RGB value is (62,134,199). Sum of RGB (Red+Green+Blue) = 62+134+199=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #3E86C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E86C7 is #C17938. Grayscale: #777777. Windows color (decimal): -12679481 or 13076030. OLE color: 13076030.

HSL color Cylindrical-coordinate representation of color #3E86C7: hue angle of 208.47º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E86C7 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB62134199-
CMYK0.690.3300.22
HSL208.47º55.02%51.18%-
HSV(B)208.47º68.84%78.04%-
XYZ20.8222.257.22-
YUV119.88172.6586.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.70%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 199 (78.12% from 255) = 50.38%
R=15.70%
G=33.92%
B=50.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal621341990.690.3300.22208.4755.0251.18
Hex3E86C74521016d03733
Octal76206307105410263206763
Binary1111101000011011000111100010110000101011011010000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E86C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E86C7; }

 p { color: rgb(62,134,199); }

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

<style>
 a { background-color: #3E86C7; }

 a { background-color: rgb(62,134,199); }

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

<style>
 span { border-color: #3E86C7; }

 span { border-color: rgb(62,134,199); }

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