Html Css Color HEX #2563AF Denim

📋 copy color: '#2563AF'

red 37 ◦ green 99 ◦ blue 175

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

Shades of Denim #2563AF

Tints of Denim #2563AF

RGB

 RED value IS 37 (14.84% from 255) = 11.9%

 GREEN value IS 99 (39.06% from 255) = 31.83%

 BLUE value IS 175 (68.75% from 255) = 56.27%

R = 11.9%
G = 31.83%
B = 56.27%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2563AF (or 0x2563AF) is known color: Denim. HEX triplet: 25, 63 and AF. RGB value is (37,99,175). Sum of RGB (Red+Green+Blue) = 37+99+175=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #2563AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2563AF is #DA9C50. Grayscale: #585858. Windows color (decimal): -14326865 or 11494181. OLE color: 11494181.

HSL color Cylindrical-coordinate representation of color #2563AF: hue angle of 213.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2563AF is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 99 175 -
CMYK 0.79 0.43 0 0.31
HSL 213.04º 0.65% 0.42% -
HSV(B) 213.04º 0.79% 0.69% -
XYZ 12.96 12.41 42.27 -
YUV 89.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 37 99 175 0.79 0.43 0 0.31 213.04 0.65 0.42
Hex 25 63 AF 4F 2B 0 1F D5 41 2A
Octal 45 143 257 117 53 0 37 325 101 52
Binary 100101 1100011 10101111 1001111 101011 0 11111 11010101 1000001 101010

Color Harmonies of #2563AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2563AF

Black with #2563AF

Text Example


Text Example

White with #2563AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2563AF; }

 p { color: rgb(37,99,175); }

 H1.HeaderClassName
 {
   color: #2563AF;
 }
 .AnyTagClassName
 {
   color: #2563AF;
 }
</style>

background-color css

<style>
 a { background-color: #2563AF; }

 a { background-color: rgb(37,99,175); }

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

border-color css

<style>
 span { border-color: #2563AF; }

 span { border-color: rgb(37,99,175); }

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