Html Css Color HEX #2B71BE Denim

📋 copy color: '#2B71BE'

red 43 ◦ green 113 ◦ blue 190

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

Shades of Denim #2B71BE

Tints of Denim #2B71BE

RGB

 RED value IS 43 (17.19% from 255) = 12.43%

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

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

R = 12.43%
G = 32.66%
B = 54.91%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B71BE (or 0x2B71BE) is known color: Denim. HEX triplet: 2B, 71 and BE. RGB value is (43,113,190). Sum of RGB (Red+Green+Blue) = 43+113+190=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 113 (44.53% from 255 or 32.66% 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 #2B71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71BE is #D48E41. Grayscale: #646464. Windows color (decimal): -13930050 or 12480811. OLE color: 12480811.

HSL color Cylindrical-coordinate representation of color #2B71BE: hue angle of 211.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B71BE is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 113 190 -
CMYK 0.77 0.41 0 0.25
HSL 211.43º 0.63% 0.46% -
HSV(B) 211.43º 0.77% 0.75% -
XYZ 16.2 16.04 50.96 -
YUV 100.85 178.31 86.74 -
System Red Green Blue C M Y K H S L
Decimal 43 113 190 0.77 0.41 0 0.25 211.43 0.63 0.46
Hex 2B 71 BE 4D 29 0 19 D3 3F 2E
Octal 53 161 276 115 51 0 31 323 77 56
Binary 101011 1110001 10111110 1001101 101001 0 11001 11010011 111111 101110

Color Harmonies of #2B71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B71BE

Black with #2B71BE

Text Example


Text Example

White with #2B71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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