#2C7EB1

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

Shades of Curious Blue #2C7EB1

Tints of Curious Blue #2C7EB1

Color information

#2C7EB1 (or 0x2C7EB1) is unknown color: approx Curious Blue. HEX triplet: 2C, 7E and B1. RGB value is (44,126,177). Sum of RGB (Red+Green+Blue) = 44+126+177=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #2C7EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7EB1 is #D3814E. Grayscale: #6B6B6B. Windows color (decimal): -13861199 or 11632172. OLE color: 11632172.

HSL color Cylindrical-coordinate representation of color #2C7EB1: hue angle of 203.01º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C7EB1 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB44126177-
CMYK0.750.2900.31
HSL203.01º60.18%43.33%-
HSV(B)203.01º75.14%69.41%-
XYZ16.4418.6344.32-
YUV107.3167.3382.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=12.68%
G=36.31%
B=51.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441261770.750.2900.31203.0160.1843.33
Hex2C7EB14B1D01Fcb3c2b
Octal54176261113350373137453
Binary10110011111101011000110010111110101111111001011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,126,177); }

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

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

 a { background-color: rgb(44,126,177); }

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

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

 span { border-color: rgb(44,126,177); }

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