#2D7EBA

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

Shades of Curious Blue #2D7EBA

Tints of Curious Blue #2D7EBA

Color information

#2D7EBA (or 0x2D7EBA) is unknown color: approx Curious Blue. HEX triplet: 2D, 7E and BA. RGB value is (45,126,186). Sum of RGB (Red+Green+Blue) = 45+126+186=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7EBA is #D28145. Grayscale: #6C6C6C. Windows color (decimal): -13795654 or 12221997. OLE color: 12221997.

HSL color Cylindrical-coordinate representation of color #2D7EBA: hue angle of 205.53º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D7EBA is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB45126186-
CMYK0.760.3200.27
HSL205.53º61.04%45.29%-
HSV(B)205.53º75.81%72.94%-
XYZ17.4119.0249.21-
YUV108.62171.6682.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.61%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=12.61%
G=35.29%
B=52.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451261860.760.3200.27205.5361.0445.29
Hex2D7EBA4C2001Bce3d2d
Octal55176272114400333167555
Binary101101111111010111010100110010000001101111001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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