Html Css Color HEX #2978BA Curious Blue

📋 copy color: '#2978BA'

red 41 ◦ green 120 ◦ blue 186

#2978BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2978BA

Tints of Curious Blue #2978BA

RGB

 RED value IS 41 (16.41% from 255) = 11.82%

 GREEN value IS 120 (47.27% from 255) = 34.58%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 11.82%
G = 34.58%
B = 53.6%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2978BA (or 0x2978BA) is known color: Curious Blue. HEX triplet: 29, 78 and BA. RGB value is (41,120,186). Sum of RGB (Red+Green+Blue) = 41+120+186=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #2978BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978BA is #D68745. Grayscale: #676767. Windows color (decimal): -14059334 or 12220457. OLE color: 12220457.

HSL color Cylindrical-coordinate representation of color #2978BA: hue angle of 207.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2978BA is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 120 186 -
CMYK 0.78 0.35 0 0.27
HSL 207.31º 0.64% 0.45% -
HSV(B) 207.31º 0.78% 0.73% -
XYZ 16.49 17.45 48.95 -
YUV 103.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 41 120 186 0.78 0.35 0 0.27 207.31 0.64 0.45
Hex 29 78 BA 4E 23 0 1B CF 40 2D
Octal 51 170 272 116 43 0 33 317 100 55
Binary 101001 1111000 10111010 1001110 100011 0 11011 11001111 1000000 101101

Color Harmonies of #2978BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978BA

Black with #2978BA

Text Example


Text Example

White with #2978BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2978BA;
 }
 .AnyTagClassName
 {
   color: #2978BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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