Html Css Color HEX #2E71CB Denim

📋 copy color: '#2E71CB'

red 46 ◦ green 113 ◦ blue 203

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

Shades of Denim #2E71CB

Tints of Denim #2E71CB

RGB

 RED value IS 46 (18.36% from 255) = 12.71%

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

 BLUE value IS 203 (79.69% from 255) = 56.08%

R = 12.71%
G = 31.22%
B = 56.08%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E71CB (or 0x2E71CB) is known color: Denim. HEX triplet: 2E, 71 and CB. RGB value is (46,113,203). Sum of RGB (Red+Green+Blue) = 46+113+203=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E71CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E71CB is #D18E34. Grayscale: #666666. Windows color (decimal): -13733429 or 13332782. OLE color: 13332782.

HSL color Cylindrical-coordinate representation of color #2E71CB: hue angle of 214.39º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E71CB is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 113 203 -
CMYK 0.77 0.44 0 0.20
HSL 214.39º 0.63% 0.49% -
HSV(B) 214.39º 0.77% 0.8% -
XYZ 17.81 16.7 58.79 -
YUV 103.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 46 113 203 0.77 0.44 0 0.20 214.39 0.63 0.49
Hex 2E 71 CB 4D 2C 0 14 D6 3F 31
Octal 56 161 313 115 54 0 24 326 77 61
Binary 101110 1110001 11001011 1001101 101100 0 10100 11010110 111111 110001

Color Harmonies of #2E71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E71CB

Black with #2E71CB

Text Example


Text Example

White with #2E71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,113,203); }

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

background-color css

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

 a { background-color: rgb(46,113,203); }

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

border-color css

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

 span { border-color: rgb(46,113,203); }

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