Html Css Color HEX #2476BF Denim

📋 copy color: '#2476BF'

red 36 ◦ green 118 ◦ blue 191

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

Shades of Denim #2476BF

Tints of Denim #2476BF

RGB

 RED value IS 36 (14.45% from 255) = 10.43%

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 10.43%
G = 34.2%
B = 55.36%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2476BF (or 0x2476BF) is known color: Denim. HEX triplet: 24, 76 and BF. RGB value is (36,118,191). Sum of RGB (Red+Green+Blue) = 36+118+191=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #2476BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2476BF is #DB8940. Grayscale: #656565. Windows color (decimal): -14387521 or 12547620. OLE color: 12547620.

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

Color convert

RGB 36 118 191 -
CMYK 0.81 0.38 0 0.25
HSL 208.26º 0.68% 0.45% -
HSV(B) 208.26º 0.81% 0.75% -
XYZ 16.61 17.09 51.71 -
YUV 101.8 178.33 81.06 -
System Red Green Blue C M Y K H S L
Decimal 36 118 191 0.81 0.38 0 0.25 208.26 0.68 0.45
Hex 24 76 BF 51 26 0 19 D0 44 2D
Octal 44 166 277 121 46 0 31 320 104 55
Binary 100100 1110110 10111111 1010001 100110 0 11001 11010000 1000100 101101

Color Harmonies of #2476BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476BF

Black with #2476BF

Text Example


Text Example

White with #2476BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,118,191); }

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

background-color css

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

 a { background-color: rgb(36,118,191); }

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

border-color css

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

 span { border-color: rgb(36,118,191); }

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