Html Css Color HEX #296CBE Denim

📋 copy color: '#296CBE'

red 41 ◦ green 108 ◦ blue 190

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

Shades of Denim #296CBE

Tints of Denim #296CBE

RGB

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

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

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

R = 12.09%
G = 31.86%
B = 56.05%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#296CBE (or 0x296CBE) is known color: Denim. HEX triplet: 29, 6C and BE. RGB value is (41,108,190). Sum of RGB (Red+Green+Blue) = 41+108+190=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #296CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CBE is #D69341. Grayscale: #606060. Windows color (decimal): -14062402 or 12479529. OLE color: 12479529.

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

Color convert

RGB 41 108 190 -
CMYK 0.78 0.43 0 0.25
HSL 213.02º 0.65% 0.45% -
HSV(B) 213.02º 0.78% 0.75% -
XYZ 15.57 14.91 50.77 -
YUV 97.32 180.3 87.83 -
System Red Green Blue C M Y K H S L
Decimal 41 108 190 0.78 0.43 0 0.25 213.02 0.65 0.45
Hex 29 6C BE 4E 2B 0 19 D5 41 2D
Octal 51 154 276 116 53 0 31 325 101 55
Binary 101001 1101100 10111110 1001110 101011 0 11001 11010101 1000001 101101

Color Harmonies of #296CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CBE

Black with #296CBE

Text Example


Text Example

White with #296CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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