#2C7CBF

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

Shades of Curious Blue #2C7CBF

Tints of Curious Blue #2C7CBF

Color information

#2C7CBF (or 0x2C7CBF) is unknown color: approx Curious Blue. HEX triplet: 2C, 7C and BF. RGB value is (44,124,191). Sum of RGB (Red+Green+Blue) = 44+124+191=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C7CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7CBF is #D38340. Grayscale: #6B6B6B. Windows color (decimal): -13861697 or 12549164. OLE color: 12549164.

HSL color Cylindrical-coordinate representation of color #2C7CBF: hue angle of 207.35º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C7CBF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB44124191-
CMYK0.770.3500.25
HSL207.35º62.55%46.08%-
HSV(B)207.35º76.96%74.9%-
XYZ17.6518.7151.97-
YUV107.7217582.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.26%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 191 (75% from 255) = 53.20%
R=12.26%
G=34.54%
B=53.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441241910.770.3500.25207.3562.5546.08
Hex2C7CBF4D23019cf3f2e
Octal54174277115430313177756
Binary101100111110010111111100110110001101100111001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,124,191); }

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

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

 a { background-color: rgb(44,124,191); }

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

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

 span { border-color: rgb(44,124,191); }

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