Html Css Color HEX #296FCA Denim

📋 copy color: '#296FCA'

red 41 ◦ green 111 ◦ blue 202

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

Shades of Denim #296FCA

Tints of Denim #296FCA

RGB

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

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

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

R = 11.58%
G = 31.36%
B = 57.06%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#296FCA (or 0x296FCA) is known color: Denim. HEX triplet: 29, 6F and CA. RGB value is (41,111,202). Sum of RGB (Red+Green+Blue) = 41+111+202=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #296FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FCA is #D69035. Grayscale: #646464. Windows color (decimal): -14061622 or 13266729. OLE color: 13266729.

HSL color Cylindrical-coordinate representation of color #296FCA: hue angle of 213.91º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296FCA is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 111 202 -
CMYK 0.80 0.45 0 0.21
HSL 213.91º 0.66% 0.48% -
HSV(B) 213.91º 0.8% 0.79% -
XYZ 17.26 16.1 58.08 -
YUV 100.44 185.31 85.6 -
System Red Green Blue C M Y K H S L
Decimal 41 111 202 0.80 0.45 0 0.21 213.91 0.66 0.48
Hex 29 6F CA 50 2D 0 15 D6 42 30
Octal 51 157 312 120 55 0 25 326 102 60
Binary 101001 1101111 11001010 1010000 101101 0 10101 11010110 1000010 110000

Color Harmonies of #296FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FCA

Black with #296FCA

Text Example


Text Example

White with #296FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296FCA; }

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

 H1.HeaderClassName
 {
   color: #296FCA;
 }
 .AnyTagClassName
 {
   color: #296FCA;
 }
</style>

background-color css

<style>
 a { background-color: #296FCA; }

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

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

border-color css

<style>
 span { border-color: #296FCA; }

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

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