#2C7FBB

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

Shades of Curious Blue #2C7FBB

Tints of Curious Blue #2C7FBB

Color information

#2C7FBB (or 0x2C7FBB) is unknown color: approx Curious Blue. HEX triplet: 2C, 7F and BB. RGB value is (44,127,187). Sum of RGB (Red+Green+Blue) = 44+127+187=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C7FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7FBB is #D38044. Grayscale: #6C6C6C. Windows color (decimal): -13860933 or 12287788. OLE color: 12287788.

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

Color convert

RGB44127187-
CMYK0.760.3200.27
HSL205.17º61.9%45.29%-
HSV(B)205.17º76.47%73.33%-
XYZ17.619.349.81-
YUV109.0217281.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.29%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=12.29%
G=35.47%
B=52.23%

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
Decimal441271870.760.3200.27205.1761.945.29
Hex2C7FBB4C2001Bcd3e2d
Octal54177273114400333157655
Binary101100111111110111011100110010000001101111001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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