Html Css Color HEX #2A71BE Denim

📋 copy color: '#2A71BE'

red 42 ◦ green 113 ◦ blue 190

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

Shades of Denim #2A71BE

Tints of Denim #2A71BE

RGB

 RED value IS 42 (16.8% from 255) = 12.17%

 GREEN value IS 113 (44.53% from 255) = 32.75%

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

R = 12.17%
G = 32.75%
B = 55.07%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A71BE (or 0x2A71BE) is known color: Denim. HEX triplet: 2A, 71 and BE. RGB value is (42,113,190). Sum of RGB (Red+Green+Blue) = 42+113+190=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A71BE is #D58E41. Grayscale: #646464. Windows color (decimal): -13995586 or 12480810. OLE color: 12480810.

HSL color Cylindrical-coordinate representation of color #2A71BE: hue angle of 211.22º degrees, saturation: 0.64, 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 #2A71BE is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 113 190 -
CMYK 0.78 0.41 0 0.25
HSL 211.22º 0.64% 0.45% -
HSV(B) 211.22º 0.78% 0.75% -
XYZ 16.15 16.02 50.96 -
YUV 100.55 178.48 86.24 -
System Red Green Blue C M Y K H S L
Decimal 42 113 190 0.78 0.41 0 0.25 211.22 0.64 0.45
Hex 2A 71 BE 4E 29 0 19 D3 40 2D
Octal 52 161 276 116 51 0 31 323 100 55
Binary 101010 1110001 10111110 1001110 101001 0 11001 11010011 1000000 101101

Color Harmonies of #2A71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A71BE

Black with #2A71BE

Text Example


Text Example

White with #2A71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A71BE; }

 p { color: rgb(42,113,190); }

 H1.HeaderClassName
 {
   color: #2A71BE;
 }
 .AnyTagClassName
 {
   color: #2A71BE;
 }
</style>

background-color css

<style>
 a { background-color: #2A71BE; }

 a { background-color: rgb(42,113,190); }

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

border-color css

<style>
 span { border-color: #2A71BE; }

 span { border-color: rgb(42,113,190); }

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