Html Css Color HEX #2978BC Curious Blue

📋 copy color: '#2978BC'

red 41 ◦ green 120 ◦ blue 188

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

Shades of Curious Blue #2978BC

Tints of Curious Blue #2978BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 11.75%
G = 34.38%
B = 53.87%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2978BC (or 0x2978BC) is known color: Curious Blue. HEX triplet: 29, 78 and BC. RGB value is (41,120,188). Sum of RGB (Red+Green+Blue) = 41+120+188=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #2978BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978BC is #D68743. Grayscale: #676767. Windows color (decimal): -14059332 or 12351529. OLE color: 12351529.

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

Color convert

RGB 41 120 188 -
CMYK 0.78 0.36 0 0.26
HSL 207.76º 0.64% 0.45% -
HSV(B) 207.76º 0.78% 0.74% -
XYZ 16.71 17.54 50.08 -
YUV 104.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 41 120 188 0.78 0.36 0 0.26 207.76 0.64 0.45
Hex 29 78 BC 4E 24 0 1A D0 40 2D
Octal 51 170 274 116 44 0 32 320 100 55
Binary 101001 1111000 10111100 1001110 100100 0 11010 11010000 1000000 101101

Color Harmonies of #2978BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978BC

Black with #2978BC

Text Example


Text Example

White with #2978BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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