Html Css Color HEX #296BBB Denim

📋 copy color: '#296BBB'

red 41 ◦ green 107 ◦ blue 187

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

Shades of Denim #296BBB

Tints of Denim #296BBB

RGB

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

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

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

R = 12.24%
G = 31.94%
B = 55.82%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#296BBB (or 0x296BBB) is known color: Denim. HEX triplet: 29, 6B and BB. RGB value is (41,107,187). Sum of RGB (Red+Green+Blue) = 41+107+187=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #296BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BBB is #D69444. Grayscale: #606060. Windows color (decimal): -14062661 or 12282665. OLE color: 12282665.

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

Color convert

RGB 41 107 187 -
CMYK 0.78 0.43 0 0.27
HSL 212.88º 0.64% 0.45% -
HSV(B) 212.88º 0.78% 0.73% -
XYZ 15.14 14.57 49.03 -
YUV 96.39 179.13 88.5 -
System Red Green Blue C M Y K H S L
Decimal 41 107 187 0.78 0.43 0 0.27 212.88 0.64 0.45
Hex 29 6B BB 4E 2B 0 1B D5 40 2D
Octal 51 153 273 116 53 0 33 325 100 55
Binary 101001 1101011 10111011 1001110 101011 0 11011 11010101 1000000 101101

Color Harmonies of #296BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BBB

Black with #296BBB

Text Example


Text Example

White with #296BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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