#3D81AA

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

Shades of Curious Blue #3D81AA

Tints of Curious Blue #3D81AA

Color information

#3D81AA (or 0x3D81AA) is unknown color: approx Curious Blue. HEX triplet: 3D, 81 and AA. RGB value is (61,129,170). Sum of RGB (Red+Green+Blue) = 61+129+170=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D81AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D81AA is #C27E55. Grayscale: #717171. Windows color (decimal): -12746326 or 11174205. OLE color: 11174205.

HSL color Cylindrical-coordinate representation of color #3D81AA: hue angle of 202.57º 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 #3D81AA is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61129170-
CMYK0.640.2400.33
HSL202.57º47.19%45.29%-
HSV(B)202.57º64.12%66.67%-
XYZ17.0319.5940.91-
YUV113.34159.9790.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.94%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=16.94%
G=35.83%
B=47.22%

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
Decimal611291700.640.2400.33202.5747.1945.29
Hex3D81AA4018021cb2f2d
Octal75201252100300413135755
Binary1111011000000110101010100000011000010000111001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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