Html Css Color HEX #296BCA Denim

📋 copy color: '#296BCA'

red 41 ◦ green 107 ◦ blue 202

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

Shades of Denim #296BCA

Tints of Denim #296BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

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

R = 11.71%
G = 30.57%
B = 57.71%

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

#296BCA (or 0x296BCA) is known color: Denim. HEX triplet: 29, 6B and CA. RGB value is (41,107,202). Sum of RGB (Red+Green+Blue) = 41+107+202=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #296BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BCA is #D69435. Grayscale: #616161. Windows color (decimal): -14062646 or 13265705. OLE color: 13265705.

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

Color convert

RGB 41 107 202 -
CMYK 0.80 0.47 0 0.21
HSL 215.4º 0.66% 0.48% -
HSV(B) 215.4º 0.8% 0.79% -
XYZ 16.83 15.25 57.93 -
YUV 98.1 186.63 87.28 -
System Red Green Blue C M Y K H S L
Decimal 41 107 202 0.80 0.47 0 0.21 215.4 0.66 0.48
Hex 29 6B CA 50 2F 0 15 D7 42 30
Octal 51 153 312 120 57 0 25 327 102 60
Binary 101001 1101011 11001010 1010000 101111 0 10101 11010111 1000010 110000

Color Harmonies of #296BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BCA

Black with #296BCA

Text Example


Text Example

White with #296BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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