#3D86BB

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

Shades of Curious Blue #3D86BB

Tints of Curious Blue #3D86BB

Color information

#3D86BB (or 0x3D86BB) is unknown color: approx Curious Blue. HEX triplet: 3D, 86 and BB. RGB value is (61,134,187). Sum of RGB (Red+Green+Blue) = 61+134+187=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D86BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D86BB is #C27944. Grayscale: #757575. Windows color (decimal): -12745029 or 12289597. OLE color: 12289597.

HSL color Cylindrical-coordinate representation of color #3D86BB: hue angle of 205.24º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D86BB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB61134187-
CMYK0.670.2800.27
HSL205.24º50.81%48.63%-
HSV(B)205.24º67.38%73.33%-
XYZ19.4221.6350.17-
YUV118.22166.8287.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.97%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=15.97%
G=35.08%
B=48.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611341870.670.2800.27205.2450.8148.63
Hex3D86BB431C01Bcd3331
Octal75206273103340333156361
Binary111101100001101011101110000111110001101111001101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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