Html Css Color HEX #2464BE Denim

📋 copy color: '#2464BE'

red 36 ◦ green 100 ◦ blue 190

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

Shades of Denim #2464BE

Tints of Denim #2464BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 11.04%
G = 30.67%
B = 58.28%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2464BE (or 0x2464BE) is known color: Denim. HEX triplet: 24, 64 and BE. RGB value is (36,100,190). Sum of RGB (Red+Green+Blue) = 36+100+190=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #2464BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464BE is #DB9B41. Grayscale: #5A5A5A. Windows color (decimal): -14392130 or 12477476. OLE color: 12477476.

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

Color convert

RGB 36 100 190 -
CMYK 0.81 0.47 0 0.25
HSL 215.06º 0.68% 0.44% -
HSV(B) 215.06º 0.81% 0.75% -
XYZ 14.58 13.21 50.5 -
YUV 91.12 183.8 88.68 -
System Red Green Blue C M Y K H S L
Decimal 36 100 190 0.81 0.47 0 0.25 215.06 0.68 0.44
Hex 24 64 BE 51 2F 0 19 D7 44 2C
Octal 44 144 276 121 57 0 31 327 104 54
Binary 100100 1100100 10111110 1010001 101111 0 11001 11010111 1000100 101100

Color Harmonies of #2464BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2464BE

Black with #2464BE

Text Example


Text Example

White with #2464BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2464BE; }

 p { color: rgb(36,100,190); }

 H1.HeaderClassName
 {
   color: #2464BE;
 }
 .AnyTagClassName
 {
   color: #2464BE;
 }
</style>

background-color css

<style>
 a { background-color: #2464BE; }

 a { background-color: rgb(36,100,190); }

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

border-color css

<style>
 span { border-color: #2464BE; }

 span { border-color: rgb(36,100,190); }

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