#2974BE

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

Shades of Curious Blue #2974BE

Tints of Curious Blue #2974BE

Color information

#2974BE (or 0x2974BE) is unknown color: approx Curious Blue. HEX triplet: 29, 74 and BE. RGB value is (41,116,190). Sum of RGB (Red+Green+Blue) = 41+116+190=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #2974BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2974BE is #D68B41. Grayscale: #656565. Windows color (decimal): -14060354 or 12481577. OLE color: 12481577.

HSL color Cylindrical-coordinate representation of color #2974BE: hue angle of 209.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2974BE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41116190-
CMYK0.780.3900.25
HSL209.8º64.5%45.29%-
HSV(B)209.8º78.42%74.51%-
XYZ16.4516.6851.07-
YUV102.01177.6584.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=11.82%
G=33.43%
B=54.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411161900.780.3900.25209.864.545.29
Hex2974BE4E27019d2412d
Octal511642761164703132210155
Binary1010011110100101111101001110100111011001110100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2974BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2974BE; }

 p { color: rgb(41,116,190); }

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

<style>
 a { background-color: #2974BE; }

 a { background-color: rgb(41,116,190); }

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

<style>
 span { border-color: #2974BE; }

 span { border-color: rgb(41,116,190); }

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