Html Css Color HEX #2564AF Denim

📋 copy color: '#2564AF'

red 37 ◦ green 100 ◦ blue 175

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

Shades of Denim #2564AF

Tints of Denim #2564AF

RGB

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

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

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

R = 11.86%
G = 32.05%
B = 56.09%

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

#2564AF (or 0x2564AF) is known color: Denim. HEX triplet: 25, 64 and AF. RGB value is (37,100,175). Sum of RGB (Red+Green+Blue) = 37+100+175=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #2564AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2564AF is #DA9B50. Grayscale: #595959. Windows color (decimal): -14326609 or 11494437. OLE color: 11494437.

HSL color Cylindrical-coordinate representation of color #2564AF: hue angle of 212.61º 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 #2564AF is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 100 175 -
CMYK 0.79 0.43 0 0.31
HSL 212.61º 0.65% 0.42% -
HSV(B) 212.61º 0.79% 0.69% -
XYZ 13.06 12.6 42.3 -
YUV 89.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 37 100 175 0.79 0.43 0 0.31 212.61 0.65 0.42
Hex 25 64 AF 4F 2B 0 1F D5 41 2A
Octal 45 144 257 117 53 0 37 325 101 52
Binary 100101 1100100 10101111 1001111 101011 0 11111 11010101 1000001 101010

Color Harmonies of #2564AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2564AF

Black with #2564AF

Text Example


Text Example

White with #2564AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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