Html Css Color HEX #2E6FCA Denim

📋 copy color: '#2E6FCA'

red 46 ◦ green 111 ◦ blue 202

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

Shades of Denim #2E6FCA

Tints of Denim #2E6FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 12.81%
G = 30.92%
B = 56.27%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E6FCA (or 0x2E6FCA) is known color: Denim. HEX triplet: 2E, 6F and CA. RGB value is (46,111,202). Sum of RGB (Red+Green+Blue) = 46+111+202=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E6FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FCA is #D19035. Grayscale: #656565. Windows color (decimal): -13733942 or 13266734. OLE color: 13266734.

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

Color convert

RGB 46 111 202 -
CMYK 0.77 0.45 0 0.21
HSL 215º 0.63% 0.49% -
HSV(B) 215º 0.77% 0.79% -
XYZ 17.47 16.21 58.09 -
YUV 101.94 184.47 88.1 -
System Red Green Blue C M Y K H S L
Decimal 46 111 202 0.77 0.45 0 0.21 215 0.63 0.49
Hex 2E 6F CA 4D 2D 0 15 D7 3F 31
Octal 56 157 312 115 55 0 25 327 77 61
Binary 101110 1101111 11001010 1001101 101101 0 10101 11010111 111111 110001

Color Harmonies of #2E6FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6FCA

Black with #2E6FCA

Text Example


Text Example

White with #2E6FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,202); }

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

background-color css

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

 a { background-color: rgb(46,111,202); }

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

border-color css

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

 span { border-color: rgb(46,111,202); }

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