#3D82AA

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

Shades of Curious Blue #3D82AA

Tints of Curious Blue #3D82AA

Color information

#3D82AA (or 0x3D82AA) is unknown color: approx Curious Blue. HEX triplet: 3D, 82 and AA. RGB value is (61,130,170). Sum of RGB (Red+Green+Blue) = 61+130+170=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D82AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D82AA is #C27D55. Grayscale: #717171. Windows color (decimal): -12746070 or 11174461. OLE color: 11174461.

HSL color Cylindrical-coordinate representation of color #3D82AA: hue angle of 202.02º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D82AA is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61130170-
CMYK0.640.2400.33
HSL202.02º47.19%45.29%-
HSV(B)202.02º64.12%66.67%-
XYZ17.1619.8640.96-
YUV113.93159.6490.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.90%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=16.90%
G=36.01%
B=47.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611301700.640.2400.33202.0247.1945.29
Hex3D82AA4018021ca2f2d
Octal75202252100300413125755
Binary1111011000001010101010100000011000010000111001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,130,170); }

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

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

 a { background-color: rgb(61,130,170); }

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

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

 span { border-color: rgb(61,130,170); }

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