#2772DA

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

Shades of Royal Blue #2772DA

Tints of Royal Blue #2772DA

Color information

#2772DA (or 0x2772DA) is unknown color: approx Royal Blue. HEX triplet: 27, 72 and DA. RGB value is (39,114,218). Sum of RGB (Red+Green+Blue) = 39+114+218=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #2772DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2772DA is #D88D25. Grayscale: #666666. Windows color (decimal): -14191910 or 14316071. OLE color: 14316071.

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

Color convert

RGB39114218-
CMYK0.820.4800.15
HSL214.86º70.75%50.39%-
HSV(B)214.86º82.11%85.49%-
XYZ19.5117.5368.68-
YUV103.43192.6582.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.51%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 218 (85.55% from 255) = 58.76%
R=10.51%
G=30.73%
B=58.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal391142180.820.4800.15214.8670.7550.39
Hex2772DA52300Fd74732
Octal471623321226001732710762
Binary100111111001011011010101001011000001111110101111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2772DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,114,218); }

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

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

 a { background-color: rgb(39,114,218); }

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

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

 span { border-color: rgb(39,114,218); }

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