#2C74BB

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

Shades of Curious Blue #2C74BB

Tints of Curious Blue #2C74BB

Color information

#2C74BB (or 0x2C74BB) is unknown color: approx Curious Blue. HEX triplet: 2C, 74 and BB. RGB value is (44,116,187). Sum of RGB (Red+Green+Blue) = 44+116+187=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C74BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C74BB is #D38B44. Grayscale: #666666. Windows color (decimal): -13863749 or 12284972. OLE color: 12284972.

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

Color convert

RGB44116187-
CMYK0.760.3800.27
HSL209.79º61.9%45.29%-
HSV(B)209.79º76.47%73.33%-
XYZ16.2516.6149.36-
YUV102.57175.6586.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=12.68%
G=33.43%
B=53.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441161870.760.3800.27209.7961.945.29
Hex2C74BB4C2601Bd23e2d
Octal54164273114460333227655
Binary101100111010010111011100110010011001101111010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C74BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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