Html Css Color HEX #2973BE Denim

📋 copy color: '#2973BE'

red 41 ◦ green 115 ◦ blue 190

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

Shades of Denim #2973BE

Tints of Denim #2973BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 11.85%
G = 33.24%
B = 54.91%

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

#2973BE (or 0x2973BE) is known color: Denim. HEX triplet: 29, 73 and BE. RGB value is (41,115,190). Sum of RGB (Red+Green+Blue) = 41+115+190=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #2973BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973BE is #D68C41. Grayscale: #656565. Windows color (decimal): -14060610 or 12481321. OLE color: 12481321.

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

Color convert

RGB 41 115 190 -
CMYK 0.78 0.39 0 0.25
HSL 210.2º 0.65% 0.45% -
HSV(B) 210.2º 0.78% 0.75% -
XYZ 16.34 16.45 51.03 -
YUV 101.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 41 115 190 0.78 0.39 0 0.25 210.2 0.65 0.45
Hex 29 73 BE 4E 27 0 19 D2 41 2D
Octal 51 163 276 116 47 0 31 322 101 55
Binary 101001 1110011 10111110 1001110 100111 0 11001 11010010 1000001 101101

Color Harmonies of #2973BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2973BE

Black with #2973BE

Text Example


Text Example

White with #2973BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2973BE;
 }
 .AnyTagClassName
 {
   color: #2973BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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