Html Css Color HEX #296FBA Denim

📋 copy color: '#296FBA'

red 41 ◦ green 111 ◦ blue 186

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

Shades of Denim #296FBA

Tints of Denim #296FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 12.13%
G = 32.84%
B = 55.03%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#296FBA (or 0x296FBA) is known color: Denim. HEX triplet: 29, 6F and BA. RGB value is (41,111,186). Sum of RGB (Red+Green+Blue) = 41+111+186=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #296FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FBA is #D69045. Grayscale: #626262. Windows color (decimal): -14061638 or 12218153. OLE color: 12218153.

HSL color Cylindrical-coordinate representation of color #296FBA: hue angle of 211.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296FBA is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 111 186 -
CMYK 0.78 0.40 0 0.27
HSL 211.03º 0.64% 0.45% -
HSV(B) 211.03º 0.78% 0.73% -
XYZ 15.46 15.39 48.61 -
YUV 98.62 177.31 86.9 -
System Red Green Blue C M Y K H S L
Decimal 41 111 186 0.78 0.40 0 0.27 211.03 0.64 0.45
Hex 29 6F BA 4E 28 0 1B D3 40 2D
Octal 51 157 272 116 50 0 33 323 100 55
Binary 101001 1101111 10111010 1001110 101000 0 11011 11010011 1000000 101101

Color Harmonies of #296FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FBA

Black with #296FBA

Text Example


Text Example

White with #296FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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