Html Css Color HEX #2476BA Denim

📋 copy color: '#2476BA'

red 36 ◦ green 118 ◦ blue 186

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

Shades of Denim #2476BA

Tints of Denim #2476BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 10.59%
G = 34.71%
B = 54.71%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2476BA (or 0x2476BA) is known color: Denim. HEX triplet: 24, 76 and BA. RGB value is (36,118,186). Sum of RGB (Red+Green+Blue) = 36+118+186=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #2476BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2476BA is #DB8945. Grayscale: #646464. Windows color (decimal): -14387526 or 12219940. OLE color: 12219940.

HSL color Cylindrical-coordinate representation of color #2476BA: hue angle of 207.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2476BA is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 118 186 -
CMYK 0.81 0.37 0 0.27
HSL 207.2º 0.68% 0.44% -
HSV(B) 207.2º 0.81% 0.73% -
XYZ 16.07 16.88 48.87 -
YUV 101.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 36 118 186 0.81 0.37 0 0.27 207.2 0.68 0.44
Hex 24 76 BA 51 25 0 1B CF 44 2C
Octal 44 166 272 121 45 0 33 317 104 54
Binary 100100 1110110 10111010 1010001 100101 0 11011 11001111 1000100 101100

Color Harmonies of #2476BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476BA

Black with #2476BA

Text Example


Text Example

White with #2476BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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