#3D81AD

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

Shades of Curious Blue #3D81AD

Tints of Curious Blue #3D81AD

Color information

#3D81AD (or 0x3D81AD) is unknown color: approx Curious Blue. HEX triplet: 3D, 81 and AD. RGB value is (61,129,173). Sum of RGB (Red+Green+Blue) = 61+129+173=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D81AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D81AD is #C27E52. Grayscale: #717171. Windows color (decimal): -12746323 or 11370813. OLE color: 11370813.

HSL color Cylindrical-coordinate representation of color #3D81AD: hue angle of 203.57º 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 #3D81AD is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB61129173-
CMYK0.650.2500.32
HSL203.57º47.86%45.88%-
HSV(B)203.57º64.74%67.84%-
XYZ17.3219.7142.43-
YUV113.68161.4790.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.80%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=16.80%
G=35.54%
B=47.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611291730.650.2500.32203.5747.8645.88
Hex3D81AD4119020cc302e
Octal75201255101310403146056
Binary1111011000000110101101100000111001010000011001100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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