#2576DA

Color #2576DA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2576DA

Tints of Royal Blue #2576DA

Color information

#2576DA (or 0x2576DA) is unknown color: approx Royal Blue. HEX triplet: 25, 76 and DA. RGB value is (37,118,218). Sum of RGB (Red+Green+Blue) = 37+118+218=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #2576DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2576DA is #DA8925. Grayscale: #686868. Windows color (decimal): -14321958 or 14317093. OLE color: 14317093.

HSL color Cylindrical-coordinate representation of color #2576DA: hue angle of 213.15º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2576DA is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB37118218-
CMYK0.830.4600.15
HSL213.15º70.98%50%-
HSV(B)213.15º83.03%85.49%-
XYZ19.918.4168.83-
YUV105.18191.6679.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.92%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 218 (85.55% from 255) = 58.45%
R=9.92%
G=31.64%
B=58.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal371182180.830.4600.15213.1570.9850
Hex2576DA532E0Fd54732
Octal451663321235601732510762
Binary100101111011011011010101001110111001111110101011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2576DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2576DA; }

 p { color: rgb(37,118,218); }

 H1.HeaderClassName
 {
   color: #2576DA;
 }
 .AnyTagClassName
 {
   color: #2576DA;
 }
</style>
background-color css

<style>
 a { background-color: #2576DA; }

 a { background-color: rgb(37,118,218); }

 div.DivClassName
 {
   background-color: #2576DA;
 }
 .BgClassName
 {
   background-color: #2576DA;
 }
</style>
border-color css

<style>
 span { border-color: #2576DA; }

 span { border-color: rgb(37,118,218); }

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