Html Css Color HEX #2475BA Denim

📋 copy color: '#2475BA'

red 36 ◦ green 117 ◦ blue 186

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

Shades of Denim #2475BA

Tints of Denim #2475BA

RGB

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

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

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

R = 10.62%
G = 34.51%
B = 54.87%

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

#2475BA (or 0x2475BA) is known color: Denim. HEX triplet: 24, 75 and BA. RGB value is (36,117,186). Sum of RGB (Red+Green+Blue) = 36+117+186=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #2475BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475BA is #DB8A45. Grayscale: #646464. Windows color (decimal): -14387782 or 12219684. OLE color: 12219684.

HSL color Cylindrical-coordinate representation of color #2475BA: hue angle of 207.6º 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 #2475BA is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 117 186 -
CMYK 0.81 0.37 0 0.27
HSL 207.6º 0.68% 0.44% -
HSV(B) 207.6º 0.81% 0.73% -
XYZ 15.95 16.64 48.83 -
YUV 100.65 176.16 81.89 -
System Red Green Blue C M Y K H S L
Decimal 36 117 186 0.81 0.37 0 0.27 207.6 0.68 0.44
Hex 24 75 BA 51 25 0 1B D0 44 2C
Octal 44 165 272 121 45 0 33 320 104 54
Binary 100100 1110101 10111010 1010001 100101 0 11011 11010000 1000100 101100

Color Harmonies of #2475BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2475BA

Black with #2475BA

Text Example


Text Example

White with #2475BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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