Html Css Color HEX #296BC8 Denim

📋 copy color: '#296BC8'

red 41 ◦ green 107 ◦ blue 200

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

Shades of Denim #296BC8

Tints of Denim #296BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 57.47%

R = 11.78%
G = 30.75%
B = 57.47%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#296BC8 (or 0x296BC8) is known color: Denim. HEX triplet: 29, 6B and C8. RGB value is (41,107,200). Sum of RGB (Red+Green+Blue) = 41+107+200=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 200 (78.52% from 255 or 57.47% from 348); Max value from RGB is 200 - color contains mainly: blue. Hex color #296BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BC8 is #D69437. Grayscale: #616161. Windows color (decimal): -14062648 or 13134633. OLE color: 13134633.

HSL color Cylindrical-coordinate representation of color #296BC8: hue angle of 215.09º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296BC8 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 107 200 -
CMYK 0.80 0.46 0 0.22
HSL 215.09º 0.66% 0.47% -
HSV(B) 215.09º 0.8% 0.78% -
XYZ 16.6 15.16 56.69 -
YUV 97.87 185.63 87.44 -
System Red Green Blue C M Y K H S L
Decimal 41 107 200 0.80 0.46 0 0.22 215.09 0.66 0.47
Hex 29 6B C8 50 2E 0 16 D7 42 2F
Octal 51 153 310 120 56 0 26 327 102 57
Binary 101001 1101011 11001000 1010000 101110 0 10110 11010111 1000010 101111

Color Harmonies of #296BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BC8

Black with #296BC8

Text Example


Text Example

White with #296BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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