Html Css Color HEX #296FBB Denim

📋 copy color: '#296FBB'

red 41 ◦ green 111 ◦ blue 187

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

Shades of Denim #296FBB

Tints of Denim #296FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 12.09%
G = 32.74%
B = 55.16%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#296FBB (or 0x296FBB) is known color: Denim. HEX triplet: 29, 6F and BB. RGB value is (41,111,187). Sum of RGB (Red+Green+Blue) = 41+111+187=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #296FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FBB is #D69044. Grayscale: #626262. Windows color (decimal): -14061637 or 12283689. OLE color: 12283689.

HSL color Cylindrical-coordinate representation of color #296FBB: hue angle of 211.23º 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 #296FBB is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 111 187 -
CMYK 0.78 0.41 0 0.27
HSL 211.23º 0.64% 0.45% -
HSV(B) 211.23º 0.78% 0.73% -
XYZ 15.57 15.43 49.17 -
YUV 98.73 177.81 86.82 -
System Red Green Blue C M Y K H S L
Decimal 41 111 187 0.78 0.41 0 0.27 211.23 0.64 0.45
Hex 29 6F BB 4E 29 0 1B D3 40 2D
Octal 51 157 273 116 51 0 33 323 100 55
Binary 101001 1101111 10111011 1001110 101001 0 11011 11010011 1000000 101101

Color Harmonies of #296FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FBB

Black with #296FBB

Text Example


Text Example

White with #296FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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