Html Css Color HEX #2462B0 Denim

📋 copy color: '#2462B0'

red 36 ◦ green 98 ◦ blue 176

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

Shades of Denim #2462B0

Tints of Denim #2462B0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.61%

 BLUE value IS 176 (69.14% from 255) = 56.77%

R = 11.61%
G = 31.61%
B = 56.77%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2462B0 (or 0x2462B0) is known color: Denim. HEX triplet: 24, 62 and B0. RGB value is (36,98,176). Sum of RGB (Red+Green+Blue) = 36+98+176=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #2462B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2462B0 is #DB9D4F. Grayscale: #575757. Windows color (decimal): -14392656 or 11559460. OLE color: 11559460.

HSL color Cylindrical-coordinate representation of color #2462B0: hue angle of 213.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2462B0 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 98 176 -
CMYK 0.80 0.44 0 0.31
HSL 213.43º 0.66% 0.42% -
HSV(B) 213.43º 0.8% 0.69% -
XYZ 12.93 12.25 42.76 -
YUV 88.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 36 98 176 0.80 0.44 0 0.31 213.43 0.66 0.42
Hex 24 62 B0 50 2C 0 1F D5 42 2A
Octal 44 142 260 120 54 0 37 325 102 52
Binary 100100 1100010 10110000 1010000 101100 0 11111 11010101 1000010 101010

Color Harmonies of #2462B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2462B0

Black with #2462B0

Text Example


Text Example

White with #2462B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2462B0; }

 p { color: rgb(36,98,176); }

 H1.HeaderClassName
 {
   color: #2462B0;
 }
 .AnyTagClassName
 {
   color: #2462B0;
 }
</style>

background-color css

<style>
 a { background-color: #2462B0; }

 a { background-color: rgb(36,98,176); }

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

border-color css

<style>
 span { border-color: #2462B0; }

 span { border-color: rgb(36,98,176); }

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