Html Css Color HEX #296BCF Denim

📋 copy color: '#296BCF'

red 41 ◦ green 107 ◦ blue 207

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

Shades of Denim #296BCF

Tints of Denim #296BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.31%

R = 11.55%
G = 30.14%
B = 58.31%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#296BCF (or 0x296BCF) is known color: Denim. HEX triplet: 29, 6B and CF. RGB value is (41,107,207). Sum of RGB (Red+Green+Blue) = 41+107+207=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #296BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BCF is #D69430. Grayscale: #626262. Windows color (decimal): -14062641 or 13593385. OLE color: 13593385.

HSL color Cylindrical-coordinate representation of color #296BCF: hue angle of 216.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296BCF is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 107 207 -
CMYK 0.80 0.48 0 0.19
HSL 216.14º 0.67% 0.49% -
HSV(B) 216.14º 0.8% 0.81% -
XYZ 17.43 15.49 61.1 -
YUV 98.67 189.13 86.87 -
System Red Green Blue C M Y K H S L
Decimal 41 107 207 0.80 0.48 0 0.19 216.14 0.67 0.49
Hex 29 6B CF 50 30 0 13 D8 43 31
Octal 51 153 317 120 60 0 23 330 103 61
Binary 101001 1101011 11001111 1010000 110000 0 10011 11011000 1000011 110001

Color Harmonies of #296BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BCF

Black with #296BCF

Text Example


Text Example

White with #296BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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