Html Css Color HEX #296CCA Denim

📋 copy color: '#296CCA'

red 41 ◦ green 108 ◦ blue 202

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

Shades of Denim #296CCA

Tints of Denim #296CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

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

R = 11.68%
G = 30.77%
B = 57.55%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#296CCA (or 0x296CCA) is known color: Denim. HEX triplet: 29, 6C and CA. RGB value is (41,108,202). Sum of RGB (Red+Green+Blue) = 41+108+202=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #296CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CCA is #D69335. Grayscale: #626262. Windows color (decimal): -14062390 or 13265961. OLE color: 13265961.

HSL color Cylindrical-coordinate representation of color #296CCA: hue angle of 215.03º 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 #296CCA is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 108 202 -
CMYK 0.80 0.47 0 0.21
HSL 215.03º 0.66% 0.48% -
HSV(B) 215.03º 0.8% 0.79% -
XYZ 16.94 15.46 57.97 -
YUV 98.68 186.3 86.86 -
System Red Green Blue C M Y K H S L
Decimal 41 108 202 0.80 0.47 0 0.21 215.03 0.66 0.48
Hex 29 6C CA 50 2F 0 15 D7 42 30
Octal 51 154 312 120 57 0 25 327 102 60
Binary 101001 1101100 11001010 1010000 101111 0 10101 11010111 1000010 110000

Color Harmonies of #296CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CCA

Black with #296CCA

Text Example


Text Example

White with #296CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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