#2D7EAE

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

Shades of Curious Blue #2D7EAE

Tints of Curious Blue #2D7EAE

Color information

#2D7EAE (or 0x2D7EAE) is unknown color: approx Curious Blue. HEX triplet: 2D, 7E and AE. RGB value is (45,126,174). Sum of RGB (Red+Green+Blue) = 45+126+174=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D7EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7EAE is #D28151. Grayscale: #6A6A6A. Windows color (decimal): -13795666 or 11435565. OLE color: 11435565.

HSL color Cylindrical-coordinate representation of color #2D7EAE: hue angle of 202.33º 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 #2D7EAE is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB45126174-
CMYK0.740.2800.32
HSL202.33º58.9%42.94%-
HSV(B)202.33º74.14%68.24%-
XYZ16.1818.5442.77-
YUV107.25165.6683.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.04%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=13.04%
G=36.52%
B=50.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451261740.740.2800.32202.3358.942.94
Hex2D7EAE4A1C020ca3b2b
Octal55176256112340403127353
Binary101101111111010101110100101011100010000011001010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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