#3F8EBE

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

Shades of Curious Blue #3F8EBE

Tints of Curious Blue #3F8EBE

Color information

#3F8EBE (or 0x3F8EBE) is unknown color: approx Curious Blue. HEX triplet: 3F, 8E and BE. RGB value is (63,142,190). Sum of RGB (Red+Green+Blue) = 63+142+190=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F8EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8EBE is #C07141. Grayscale: #7B7B7B. Windows color (decimal): -12611906 or 12488255. OLE color: 12488255.

HSL color Cylindrical-coordinate representation of color #3F8EBE: hue angle of 202.68º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F8EBE is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63142190-
CMYK0.670.2500.25
HSL202.68º50.2%49.61%-
HSV(B)202.68º66.84%74.51%-
XYZ21.0224.1252.26-
YUV123.85165.3384.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.95%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=15.95%
G=35.95%
B=48.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631421900.670.2500.25202.6850.249.61
Hex3F8EBE4319019cb3232
Octal77216276103310313136262
Binary111111100011101011111010000111100101100111001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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