Html Css Color HEX #296CBD Denim

📋 copy color: '#296CBD'

red 41 ◦ green 108 ◦ blue 189

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

Shades of Denim #296CBD

Tints of Denim #296CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 12.13%
G = 31.95%
B = 55.92%

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

#296CBD (or 0x296CBD) is known color: Denim. HEX triplet: 29, 6C and BD. RGB value is (41,108,189). Sum of RGB (Red+Green+Blue) = 41+108+189=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #296CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CBD is #D69342. Grayscale: #606060. Windows color (decimal): -14062403 or 12413993. OLE color: 12413993.

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

Color convert

RGB 41 108 189 -
CMYK 0.78 0.43 0 0.26
HSL 212.84º 0.64% 0.45% -
HSV(B) 212.84º 0.78% 0.74% -
XYZ 15.46 14.87 50.2 -
YUV 97.2 179.8 87.91 -
System Red Green Blue C M Y K H S L
Decimal 41 108 189 0.78 0.43 0 0.26 212.84 0.64 0.45
Hex 29 6C BD 4E 2B 0 1A D5 40 2D
Octal 51 154 275 116 53 0 32 325 100 55
Binary 101001 1101100 10111101 1001110 101011 0 11010 11010101 1000000 101101

Color Harmonies of #296CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CBD

Black with #296CBD

Text Example


Text Example

White with #296CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,189); }

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

background-color css

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

 a { background-color: rgb(41,108,189); }

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

border-color css

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

 span { border-color: rgb(41,108,189); }

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