Html Css Color HEX #2975C8 Denim

📋 copy color: '#2975C8'

red 41 ◦ green 117 ◦ blue 200

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

Shades of Denim #2975C8

Tints of Denim #2975C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.87%

R = 11.45%
G = 32.68%
B = 55.87%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2975C8 (or 0x2975C8) is known color: Denim. HEX triplet: 29, 75 and C8. RGB value is (41,117,200). Sum of RGB (Red+Green+Blue) = 41+117+200=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #2975C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2975C8 is #D68A37. Grayscale: #676767. Windows color (decimal): -14060088 or 13137193. OLE color: 13137193.

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

Color convert

RGB 41 117 200 -
CMYK 0.80 0.42 0 0.22
HSL 211.32º 0.66% 0.47% -
HSV(B) 211.32º 0.8% 0.78% -
XYZ 17.7 17.36 57.06 -
YUV 103.74 182.32 83.25 -
System Red Green Blue C M Y K H S L
Decimal 41 117 200 0.80 0.42 0 0.22 211.32 0.66 0.47
Hex 29 75 C8 50 2A 0 16 D3 42 2F
Octal 51 165 310 120 52 0 26 323 102 57
Binary 101001 1110101 11001000 1010000 101010 0 10110 11010011 1000010 101111

Color Harmonies of #2975C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2975C8

Black with #2975C8

Text Example


Text Example

White with #2975C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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