#3F8ED0

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

Shades of Curious Blue #3F8ED0

Tints of Curious Blue #3F8ED0

Color information

#3F8ED0 (or 0x3F8ED0) is unknown color: approx Curious Blue. HEX triplet: 3F, 8E and D0. RGB value is (63,142,208). Sum of RGB (Red+Green+Blue) = 63+142+208=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #3F8ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ED0 is #C0712F. Grayscale: #7D7D7D. Windows color (decimal): -12611888 or 13667903. OLE color: 13667903.

HSL color Cylindrical-coordinate representation of color #3F8ED0: hue angle of 207.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F8ED0 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB63142208-
CMYK0.700.3200.18
HSL207.31º60.67%53.14%-
HSV(B)207.31º69.71%81.57%-
XYZ23.1124.9663.27-
YUV125.9174.3383.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.25%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 208 (81.64% from 255) = 50.36%
R=15.25%
G=34.38%
B=50.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal631422080.700.3200.18207.3160.6753.14
Hex3F8ED04620012cf3d35
Octal77216320106400223177565
Binary1111111000111011010000100011010000001001011001111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,142,208); }

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

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

 a { background-color: rgb(63,142,208); }

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

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

 span { border-color: rgb(63,142,208); }

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