#2C7EBB

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

Shades of Curious Blue #2C7EBB

Tints of Curious Blue #2C7EBB

Color information

#2C7EBB (or 0x2C7EBB) is unknown color: approx Curious Blue. HEX triplet: 2C, 7E and BB. RGB value is (44,126,187). Sum of RGB (Red+Green+Blue) = 44+126+187=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C7EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7EBB is #D38144. Grayscale: #6C6C6C. Windows color (decimal): -13861189 or 12287532. OLE color: 12287532.

HSL color Cylindrical-coordinate representation of color #2C7EBB: hue angle of 205.59º degrees, saturation: 0.62, 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 #2C7EBB is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB44126187-
CMYK0.760.3300.27
HSL205.59º61.9%45.29%-
HSV(B)205.59º76.47%73.33%-
XYZ17.4719.0549.77-
YUV108.44172.3382.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.32%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=12.32%
G=35.29%
B=52.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441261870.760.3300.27205.5961.945.29
Hex2C7EBB4C2101Bce3e2d
Octal54176273114410333167655
Binary101100111111010111011100110010000101101111001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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