#3F85CD

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

Shades of Curious Blue #3F85CD

Tints of Curious Blue #3F85CD

Color information

#3F85CD (or 0x3F85CD) is unknown color: approx Curious Blue. HEX triplet: 3F, 85 and CD. RGB value is (63,133,205). Sum of RGB (Red+Green+Blue) = 63+133+205=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F85CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85CD is #C07A32. Grayscale: #777777. Windows color (decimal): -12614195 or 13468991. OLE color: 13468991.

HSL color Cylindrical-coordinate representation of color #3F85CD: hue angle of 210.42º 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 #3F85CD is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63133205-
CMYK0.690.3500.20
HSL210.42º58.68%52.55%-
HSV(B)210.42º69.27%80.39%-
XYZ21.4622.2460.92-
YUV120.28175.8187.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.71%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 205 (80.47% from 255) = 51.12%
R=15.71%
G=33.17%
B=51.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631332050.690.3500.20210.4258.6852.55
Hex3F85CD4523014d23b35
Octal77205315105430243227365
Binary1111111000010111001101100010110001101010011010010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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