Html Css Color HEX #2975CD Denim

📋 copy color: '#2975CD'

red 41 ◦ green 117 ◦ blue 205

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

Shades of Denim #2975CD

Tints of Denim #2975CD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 11.29%
G = 32.23%
B = 56.47%

CMYK

 C value IS 0.8

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2975CD (or 0x2975CD) is known color: Denim. HEX triplet: 29, 75 and CD. RGB value is (41,117,205). Sum of RGB (Red+Green+Blue) = 41+117+205=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #2975CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2975CD is #D68A32. Grayscale: #676767. Windows color (decimal): -14060083 or 13464873. OLE color: 13464873.

HSL color Cylindrical-coordinate representation of color #2975CD: hue angle of 212.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2975CD is Cyan = 0.8, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 117 205 -
CMYK 0.8 0.43 0 0.20
HSL 212.2º 0.67% 0.48% -
HSV(B) 212.2º 0.8% 0.8% -
XYZ 18.3 17.6 60.19 -
YUV 104.31 184.82 82.84 -
System Red Green Blue C M Y K H S L
Decimal 41 117 205 0.8 0.43 0 0.20 212.2 0.67 0.48
Hex 29 75 CD 50 2B 0 14 D4 43 30
Octal 51 165 315 120 53 0 24 324 103 60
Binary 101001 1110101 11001101 1010000 101011 0 10100 11010100 1000011 110000

Color Harmonies of #2975CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2975CD

Black with #2975CD

Text Example


Text Example

White with #2975CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2975CD; }

 p { color: rgb(41,117,205); }

 H1.HeaderClassName
 {
   color: #2975CD;
 }
 .AnyTagClassName
 {
   color: #2975CD;
 }
</style>

background-color css

<style>
 a { background-color: #2975CD; }

 a { background-color: rgb(41,117,205); }

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

border-color css

<style>
 span { border-color: #2975CD; }

 span { border-color: rgb(41,117,205); }

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