Html Css Color HEX #2572BE Denim

📋 copy color: '#2572BE'

red 37 ◦ green 114 ◦ blue 190

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

Shades of Denim #2572BE

Tints of Denim #2572BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 10.85%
G = 33.43%
B = 55.72%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2572BE (or 0x2572BE) is known color: Denim. HEX triplet: 25, 72 and BE. RGB value is (37,114,190). Sum of RGB (Red+Green+Blue) = 37+114+190=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #2572BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2572BE is #DA8D41. Grayscale: #636363. Windows color (decimal): -14323010 or 12481061. OLE color: 12481061.

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

Color convert

RGB 37 114 190 -
CMYK 0.81 0.40 0 0.25
HSL 209.8º 0.67% 0.45% -
HSV(B) 209.8º 0.81% 0.75% -
XYZ 16.07 16.15 50.98 -
YUV 99.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 37 114 190 0.81 0.40 0 0.25 209.8 0.67 0.45
Hex 25 72 BE 51 28 0 19 D2 43 2D
Octal 45 162 276 121 50 0 31 322 103 55
Binary 100101 1110010 10111110 1010001 101000 0 11001 11010010 1000011 101101

Color Harmonies of #2572BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2572BE

Black with #2572BE

Text Example


Text Example

White with #2572BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,114,190); }

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

background-color css

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

 a { background-color: rgb(37,114,190); }

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

border-color css

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

 span { border-color: rgb(37,114,190); }

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