#2D82AE

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

Shades of Curious Blue #2D82AE

Tints of Curious Blue #2D82AE

Color information

#2D82AE (or 0x2D82AE) is unknown color: approx Curious Blue. HEX triplet: 2D, 82 and AE. RGB value is (45,130,174). Sum of RGB (Red+Green+Blue) = 45+130+174=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D82AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D82AE is #D27D51. Grayscale: #6D6D6D. Windows color (decimal): -13794642 or 11436589. OLE color: 11436589.

HSL color Cylindrical-coordinate representation of color #2D82AE: hue angle of 200.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D82AE is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB45130174-
CMYK0.740.2500.32
HSL200.47º58.9%42.94%-
HSV(B)200.47º74.14%68.24%-
XYZ16.719.5842.94-
YUV109.6164.3481.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.89%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=12.89%
G=37.25%
B=49.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451301740.740.2500.32200.4758.942.94
Hex2D82AE4A19020c83b2b
Octal55202256112310403107353
Binary1011011000001010101110100101011001010000011001000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D82AE; }

 p { color: rgb(45,130,174); }

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

<style>
 a { background-color: #2D82AE; }

 a { background-color: rgb(45,130,174); }

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

<style>
 span { border-color: #2D82AE; }

 span { border-color: rgb(45,130,174); }

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