Html Css Color HEX #2968BF Denim

📋 copy color: '#2968BF'

red 41 ◦ green 104 ◦ blue 191

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

Shades of Denim #2968BF

Tints of Denim #2968BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 12.2%
G = 30.95%
B = 56.85%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2968BF (or 0x2968BF) is known color: Denim. HEX triplet: 29, 68 and BF. RGB value is (41,104,191). Sum of RGB (Red+Green+Blue) = 41+104+191=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #2968BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2968BF is #D69740. Grayscale: #5E5E5E. Windows color (decimal): -14063425 or 12544041. OLE color: 12544041.

HSL color Cylindrical-coordinate representation of color #2968BF: hue angle of 214.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2968BF is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 104 191 -
CMYK 0.79 0.46 0 0.25
HSL 214.8º 0.65% 0.45% -
HSV(B) 214.8º 0.79% 0.75% -
XYZ 15.27 14.13 51.21 -
YUV 95.08 182.13 89.43 -
System Red Green Blue C M Y K H S L
Decimal 41 104 191 0.79 0.46 0 0.25 214.8 0.65 0.45
Hex 29 68 BF 4F 2E 0 19 D7 41 2D
Octal 51 150 277 117 56 0 31 327 101 55
Binary 101001 1101000 10111111 1001111 101110 0 11001 11010111 1000001 101101

Color Harmonies of #2968BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2968BF

Black with #2968BF

Text Example


Text Example

White with #2968BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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