#2978BE

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

Shades of Curious Blue #2978BE

Tints of Curious Blue #2978BE

Color information

#2978BE (or 0x2978BE) is unknown color: approx Curious Blue. HEX triplet: 29, 78 and BE. RGB value is (41,120,190). Sum of RGB (Red+Green+Blue) = 41+120+190=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #2978BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978BE is #D68741. Grayscale: #686868. Windows color (decimal): -14059330 or 12482601. OLE color: 12482601.

HSL color Cylindrical-coordinate representation of color #2978BE: hue angle of 208.19º 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 #2978BE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41120190-
CMYK0.780.3700.25
HSL208.19º64.5%45.29%-
HSV(B)208.19º78.42%74.51%-
XYZ16.9317.6251.22-
YUV104.36176.3382.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.68%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=11.68%
G=34.19%
B=54.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411201900.780.3700.25208.1964.545.29
Hex2978BE4E25019d0412d
Octal511702761164503132010155
Binary1010011111000101111101001110100101011001110100001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2978BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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