#3D86D4

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

Shades of Curious Blue #3D86D4

Tints of Curious Blue #3D86D4

Color information

#3D86D4 (or 0x3D86D4) is unknown color: approx Curious Blue. HEX triplet: 3D, 86 and D4. RGB value is (61,134,212). Sum of RGB (Red+Green+Blue) = 61+134+212=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #3D86D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D86D4 is #C2792B. Grayscale: #787878. Windows color (decimal): -12745004 or 13927997. OLE color: 13927997.

HSL color Cylindrical-coordinate representation of color #3D86D4: hue angle of 210.99º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D86D4 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB61134212-
CMYK0.710.3700.17
HSL210.99º63.71%53.53%-
HSV(B)210.99º71.23%83.14%-
XYZ22.3322.865.51-
YUV121.06179.3285.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.99%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 212 (83.20% from 255) = 52.09%
R=14.99%
G=32.92%
B=52.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal611342120.710.3700.17210.9963.7153.53
Hex3D86D44725011d34036
Octal752063241074502132310066
Binary11110110000110110101001000111100101010001110100111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D86D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,212); }

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

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

 a { background-color: rgb(61,134,212); }

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

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

 span { border-color: rgb(61,134,212); }

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