#3D81AE

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

Shades of Curious Blue #3D81AE

Tints of Curious Blue #3D81AE

Color information

#3D81AE (or 0x3D81AE) is unknown color: approx Curious Blue. HEX triplet: 3D, 81 and AE. RGB value is (61,129,174). Sum of RGB (Red+Green+Blue) = 61+129+174=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D81AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D81AE is #C27E51. Grayscale: #717171. Windows color (decimal): -12746322 or 11436349. OLE color: 11436349.

HSL color Cylindrical-coordinate representation of color #3D81AE: hue angle of 203.89º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D81AE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB61129174-
CMYK0.650.2600.32
HSL203.89º48.09%46.08%-
HSV(B)203.89º64.94%68.24%-
XYZ17.4119.7542.94-
YUV113.8161.9790.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.76%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=16.76%
G=35.44%
B=47.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611291740.650.2600.32203.8948.0946.08
Hex3D81AE411A020cc302e
Octal75201256101320403146056
Binary1111011000000110101110100000111010010000011001100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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