#3d84d2

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

Shades of Curious Blue #3D84D2

Tints of Curious Blue #3D84D2

Color information

#3D84D2 (or 0x3D84D2) is unknown color: approx Curious Blue. HEX triplet: 3D, 84 and D2. RGB value is (61,132,210). Sum of RGB (Red+Green+Blue) = 61+132+210=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #3D84D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D84D2 is #C27B2D. Grayscale: #777777. Windows color (decimal): -12745518 or 13796413. OLE color: 13796413.

HSL color Cylindrical-coordinate representation of color #3D84D2: hue angle of 211.41º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D84D2 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB61132210-
CMYK0.710.3700.18
HSL211.41º62.34%53.14%-
HSV(B)211.41º70.95%82.35%-
XYZ21.8122.1564.1-
YUV119.66178.9886.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.14%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 210 (82.42% from 255) = 52.11%
R=15.14%
G=32.75%
B=52.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal611322100.710.3700.18211.4162.3453.14
Hex3D84D24725012d33e35
Octal75204322107450223237665
Binary1111011000010011010010100011110010101001011010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d84d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,210); }

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

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

 a { background-color: rgb(61,132,210); }

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

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

 span { border-color: rgb(61,132,210); }

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