Html Css Color HEX #2974BE Curious Blue

📋 copy color: '#2974BE'

red 41 ◦ green 116 ◦ blue 190

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

Shades of Curious Blue #2974BE

Tints of Curious Blue #2974BE

RGB

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

 GREEN value IS 116 (45.7% 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 value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2974BE (or 0x2974BE) is known color: 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

RGB 41 116 190 -
CMYK 0.78 0.39 0 0.25
HSL 209.8º 0.65% 0.45% -
HSV(B) 209.8º 0.78% 0.75% -
XYZ 16.45 16.68 51.07 -
YUV 102.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 41 116 190 0.78 0.39 0 0.25 209.8 0.65 0.45
Hex 29 74 BE 4E 27 0 19 D2 41 2D
Octal 51 164 276 116 47 0 31 322 101 55
Binary 101001 1110100 10111110 1001110 100111 0 11001 11010010 1000001 101101

Color Harmonies of #2974BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2974BE

Black with #2974BE

Text Example


Text Example

White with #2974BE

Text Example


Text Example

HTML Codes & Css Web 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>