Html Css Color HEX #2572BB Denim

📋 copy color: '#2572BB'

red 37 ◦ green 114 ◦ blue 187

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

Shades of Denim #2572BB

Tints of Denim #2572BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 10.95%
G = 33.73%
B = 55.33%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2572BB (or 0x2572BB) is known color: Denim. HEX triplet: 25, 72 and BB. RGB value is (37,114,187). Sum of RGB (Red+Green+Blue) = 37+114+187=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #2572BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2572BB is #DA8D44. Grayscale: #626262. Windows color (decimal): -14323013 or 12284453. OLE color: 12284453.

HSL color Cylindrical-coordinate representation of color #2572BB: hue angle of 209.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2572BB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 114 187 -
CMYK 0.80 0.39 0 0.27
HSL 209.2º 0.67% 0.44% -
HSV(B) 209.2º 0.8% 0.73% -
XYZ 15.75 16.02 49.27 -
YUV 99.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 37 114 187 0.80 0.39 0 0.27 209.2 0.67 0.44
Hex 25 72 BB 50 27 0 1B D1 43 2C
Octal 45 162 273 120 47 0 33 321 103 54
Binary 100101 1110010 10111011 1010000 100111 0 11011 11010001 1000011 101100

Color Harmonies of #2572BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2572BB

Black with #2572BB

Text Example


Text Example

White with #2572BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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