Html Css Color HEX #2968CE Denim

📋 copy color: '#2968CE'

red 41 ◦ green 104 ◦ blue 206

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

Shades of Denim #2968CE

Tints of Denim #2968CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 11.68%
G = 29.63%
B = 58.69%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2968CE (or 0x2968CE) is known color: Denim. HEX triplet: 29, 68 and CE. RGB value is (41,104,206). Sum of RGB (Red+Green+Blue) = 41+104+206=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #2968CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2968CE is #D69731. Grayscale: #606060. Windows color (decimal): -14063410 or 13527081. OLE color: 13527081.

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

Color convert

RGB 41 104 206 -
CMYK 0.80 0.50 0 0.19
HSL 217.09º 0.67% 0.48% -
HSV(B) 217.09º 0.8% 0.81% -
XYZ 17.01 14.83 60.36 -
YUV 96.79 189.63 88.21 -
System Red Green Blue C M Y K H S L
Decimal 41 104 206 0.80 0.50 0 0.19 217.09 0.67 0.48
Hex 29 68 CE 50 32 0 13 D9 43 30
Octal 51 150 316 120 62 0 23 331 103 60
Binary 101001 1101000 11001110 1010000 110010 0 10011 11011001 1000011 110000

Color Harmonies of #2968CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2968CE

Black with #2968CE

Text Example


Text Example

White with #2968CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2968CE; }

 p { color: rgb(41,104,206); }

 H1.HeaderClassName
 {
   color: #2968CE;
 }
 .AnyTagClassName
 {
   color: #2968CE;
 }
</style>

background-color css

<style>
 a { background-color: #2968CE; }

 a { background-color: rgb(41,104,206); }

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

border-color css

<style>
 span { border-color: #2968CE; }

 span { border-color: rgb(41,104,206); }

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