Html Css Color HEX #2975CA Denim

📋 copy color: '#2975CA'

red 41 ◦ green 117 ◦ blue 202

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

Shades of Denim #2975CA

Tints of Denim #2975CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.11%

R = 11.39%
G = 32.5%
B = 56.11%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2975CA (or 0x2975CA) is known color: Denim. HEX triplet: 29, 75 and CA. RGB value is (41,117,202). Sum of RGB (Red+Green+Blue) = 41+117+202=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #2975CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2975CA is #D68A35. Grayscale: #676767. Windows color (decimal): -14060086 or 13268265. OLE color: 13268265.

HSL color Cylindrical-coordinate representation of color #2975CA: hue angle of 211.68º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2975CA is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 117 202 -
CMYK 0.80 0.42 0 0.21
HSL 211.68º 0.66% 0.48% -
HSV(B) 211.68º 0.8% 0.79% -
XYZ 17.94 17.46 58.3 -
YUV 103.97 183.32 83.09 -
System Red Green Blue C M Y K H S L
Decimal 41 117 202 0.80 0.42 0 0.21 211.68 0.66 0.48
Hex 29 75 CA 50 2A 0 15 D4 42 30
Octal 51 165 312 120 52 0 25 324 102 60
Binary 101001 1110101 11001010 1010000 101010 0 10101 11010100 1000010 110000

Color Harmonies of #2975CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2975CA

Black with #2975CA

Text Example


Text Example

White with #2975CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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