#3F87CD

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

Shades of Curious Blue #3F87CD

Tints of Curious Blue #3F87CD

Color information

#3F87CD (or 0x3F87CD) is unknown color: approx Curious Blue. HEX triplet: 3F, 87 and CD. RGB value is (63,135,205). Sum of RGB (Red+Green+Blue) = 63+135+205=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F87CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F87CD is #C07832. Grayscale: #797979. Windows color (decimal): -12613683 or 13469503. OLE color: 13469503.

HSL color Cylindrical-coordinate representation of color #3F87CD: hue angle of 209.58º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F87CD is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63135205-
CMYK0.690.3400.20
HSL209.58º58.68%52.55%-
HSV(B)209.58º69.27%80.39%-
XYZ21.7322.7961.01-
YUV121.45175.1586.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.63%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=15.63%
G=33.50%
B=50.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631352050.690.3400.20209.5858.6852.55
Hex3F87CD4522014d23b35
Octal77207315105420243227365
Binary1111111000011111001101100010110001001010011010010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,135,205); }

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

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

 a { background-color: rgb(63,135,205); }

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

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

 span { border-color: rgb(63,135,205); }

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