Html Css Color HEX #296BBD Denim

📋 copy color: '#296BBD'

red 41 ◦ green 107 ◦ blue 189

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

Shades of Denim #296BBD

Tints of Denim #296BBD

RGB

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

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

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

R = 12.17%
G = 31.75%
B = 56.08%

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

#296BBD (or 0x296BBD) is known color: Denim. HEX triplet: 29, 6B and BD. RGB value is (41,107,189). Sum of RGB (Red+Green+Blue) = 41+107+189=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #296BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BBD is #D69442. Grayscale: #606060. Windows color (decimal): -14062659 or 12413737. OLE color: 12413737.

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

Color convert

RGB 41 107 189 -
CMYK 0.78 0.43 0 0.26
HSL 213.24º 0.64% 0.45% -
HSV(B) 213.24º 0.78% 0.74% -
XYZ 15.36 14.66 50.16 -
YUV 96.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 41 107 189 0.78 0.43 0 0.26 213.24 0.64 0.45
Hex 29 6B BD 4E 2B 0 1A D5 40 2D
Octal 51 153 275 116 53 0 32 325 100 55
Binary 101001 1101011 10111101 1001110 101011 0 11010 11010101 1000000 101101

Color Harmonies of #296BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BBD

Black with #296BBD

Text Example


Text Example

White with #296BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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