Html Css Color HEX #296BBC Denim

📋 copy color: '#296BBC'

red 41 ◦ green 107 ◦ blue 188

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

Shades of Denim #296BBC

Tints of Denim #296BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 12.2%
G = 31.85%
B = 55.95%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#296BBC (or 0x296BBC) is known color: Denim. HEX triplet: 29, 6B and BC. RGB value is (41,107,188). Sum of RGB (Red+Green+Blue) = 41+107+188=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #296BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BBC is #D69443. Grayscale: #606060. Windows color (decimal): -14062660 or 12348201. OLE color: 12348201.

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

Color convert

RGB 41 107 188 -
CMYK 0.78 0.43 0 0.26
HSL 213.06º 0.64% 0.45% -
HSV(B) 213.06º 0.78% 0.74% -
XYZ 15.25 14.62 49.59 -
YUV 96.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 41 107 188 0.78 0.43 0 0.26 213.06 0.64 0.45
Hex 29 6B BC 4E 2B 0 1A D5 40 2D
Octal 51 153 274 116 53 0 32 325 100 55
Binary 101001 1101011 10111100 1001110 101011 0 11010 11010101 1000000 101101

Color Harmonies of #296BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BBC

Black with #296BBC

Text Example


Text Example

White with #296BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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