#3D87BE

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

Shades of Curious Blue #3D87BE

Tints of Curious Blue #3D87BE

Color information

#3D87BE (or 0x3D87BE) is unknown color: approx Curious Blue. HEX triplet: 3D, 87 and BE. RGB value is (61,135,190). Sum of RGB (Red+Green+Blue) = 61+135+190=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D87BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D87BE is #C27841. Grayscale: #767676. Windows color (decimal): -12744770 or 12486461. OLE color: 12486461.

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

Color convert

RGB61135190-
CMYK0.680.2900.25
HSL205.58º51.39%49.22%-
HSV(B)205.58º67.89%74.51%-
XYZ19.8822.0451.92-
YUV119.14167.9886.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.80%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=15.80%
G=34.97%
B=49.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611351900.680.2900.25205.5851.3949.22
Hex3D87BE441D019ce3331
Octal75207276104350313166361
Binary111101100001111011111010001001110101100111001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,135,190); }

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

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

 a { background-color: rgb(61,135,190); }

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

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

 span { border-color: rgb(61,135,190); }

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