Html Css Color HEX #2978BD Curious Blue

📋 copy color: '#2978BD'

red 41 ◦ green 120 ◦ blue 189

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

Shades of Curious Blue #2978BD

Tints of Curious Blue #2978BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 11.71%
G = 34.29%
B = 54%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2978BD (or 0x2978BD) is known color: Curious Blue. HEX triplet: 29, 78 and BD. RGB value is (41,120,189). Sum of RGB (Red+Green+Blue) = 41+120+189=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #2978BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978BD is #D68742. Grayscale: #676767. Windows color (decimal): -14059331 or 12417065. OLE color: 12417065.

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

Color convert

RGB 41 120 189 -
CMYK 0.78 0.37 0 0.26
HSL 207.97º 0.64% 0.45% -
HSV(B) 207.97º 0.78% 0.74% -
XYZ 16.82 17.58 50.65 -
YUV 104.25 175.83 82.89 -
System Red Green Blue C M Y K H S L
Decimal 41 120 189 0.78 0.37 0 0.26 207.97 0.64 0.45
Hex 29 78 BD 4E 25 0 1A D0 40 2D
Octal 51 170 275 116 45 0 32 320 100 55
Binary 101001 1111000 10111101 1001110 100101 0 11010 11010000 1000000 101101

Color Harmonies of #2978BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978BD

Black with #2978BD

Text Example


Text Example

White with #2978BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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