Html Css Color HEX #296BBE Denim

📋 copy color: '#296BBE'

red 41 ◦ green 107 ◦ blue 190

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

Shades of Denim #296BBE

Tints of Denim #296BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 12.13%
G = 31.66%
B = 56.21%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#296BBE (or 0x296BBE) is known color: Denim. HEX triplet: 29, 6B and BE. RGB value is (41,107,190). Sum of RGB (Red+Green+Blue) = 41+107+190=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #296BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BBE is #D69441. Grayscale: #606060. Windows color (decimal): -14062658 or 12479273. OLE color: 12479273.

HSL color Cylindrical-coordinate representation of color #296BBE: hue angle of 213.42º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296BBE is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 107 190 -
CMYK 0.78 0.44 0 0.25
HSL 213.42º 0.65% 0.45% -
HSV(B) 213.42º 0.78% 0.75% -
XYZ 15.47 14.7 50.74 -
YUV 96.73 180.63 88.25 -
System Red Green Blue C M Y K H S L
Decimal 41 107 190 0.78 0.44 0 0.25 213.42 0.65 0.45
Hex 29 6B BE 4E 2C 0 19 D5 41 2D
Octal 51 153 276 116 54 0 31 325 101 55
Binary 101001 1101011 10111110 1001110 101100 0 11001 11010101 1000001 101101

Color Harmonies of #296BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BBE

Black with #296BBE

Text Example


Text Example

White with #296BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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