#3B77D5

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

Shades of Royal Blue #3B77D5

Tints of Royal Blue #3B77D5

Color information

#3B77D5 (or 0x3B77D5) is unknown color: approx Royal Blue. HEX triplet: 3B, 77 and D5. RGB value is (59,119,213). Sum of RGB (Red+Green+Blue) = 59+119+213=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #3B77D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B77D5 is #C4882A. Grayscale: #6F6F6F. Windows color (decimal): -12879915 or 13989691. OLE color: 13989691.

HSL color Cylindrical-coordinate representation of color #3B77D5: hue angle of 216.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B77D5 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59119213-
CMYK0.720.4400.16
HSL216.62º64.71%53.33%-
HSV(B)216.62º72.3%83.53%-
XYZ20.4118.9365.53-
YUV111.78185.1290.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.09%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 213 (83.59% from 255) = 54.48%
R=15.09%
G=30.43%
B=54.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591192130.720.4400.16216.6264.7153.33
Hex3B77D5482C010d94135
Octal731673251105402033110165
Binary1110111110111110101011001000101100010000110110011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B77D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B77D5; }

 p { color: rgb(59,119,213); }

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

<style>
 a { background-color: #3B77D5; }

 a { background-color: rgb(59,119,213); }

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

<style>
 span { border-color: #3B77D5; }

 span { border-color: rgb(59,119,213); }

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