#2b77d3

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

Shades of Royal Blue #2B77D3

Tints of Royal Blue #2B77D3

Color information

#2B77D3 (or 0x2B77D3) is unknown color: approx Royal Blue. HEX triplet: 2B, 77 and D3. RGB value is (43,119,211). Sum of RGB (Red+Green+Blue) = 43+119+211=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #2B77D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77D3 is #D4882C. Grayscale: #6A6A6A. Windows color (decimal): -13928493 or 13858603. OLE color: 13858603.

HSL color Cylindrical-coordinate representation of color #2B77D3: hue angle of 212.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B77D3 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43119211-
CMYK0.800.4400.17
HSL212.86º66.14%49.8%-
HSV(B)212.86º79.62%82.75%-
XYZ19.3518.4164.16-
YUV106.76186.8282.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.53%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 211 (82.81% from 255) = 56.57%
R=11.53%
G=31.90%
B=56.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431192110.800.4400.17212.8666.1449.8
Hex2B77D3502C011d54232
Octal531673231205402132510262
Binary1010111110111110100111010000101100010001110101011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b77d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b77d3; }

 p { color: rgb(43,119,211); }

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

<style>
 a { background-color: #2b77d3; }

 a { background-color: rgb(43,119,211); }

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

<style>
 span { border-color: #2b77d3; }

 span { border-color: rgb(43,119,211); }

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