#3B62D0

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

Shades of Royal Blue #3B62D0

Tints of Royal Blue #3B62D0

Color information

#3B62D0 (or 0x3B62D0) is unknown color: approx Royal Blue. HEX triplet: 3B, 62 and D0. RGB value is (59,98,208). Sum of RGB (Red+Green+Blue) = 59+98+208=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B62D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B62D0 is #C49D2F. Grayscale: #626262. Windows color (decimal): -12885296 or 13656635. OLE color: 13656635.

HSL color Cylindrical-coordinate representation of color #3B62D0: hue angle of 224.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B62D0 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5998208-
CMYK0.720.5300.18
HSL224.3º61.32%52.35%-
HSV(B)224.3º71.63%81.57%-
XYZ17.5614.2261.49-
YUV98.88189.5899.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.16%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 208 (81.64% from 255) = 56.99%
R=16.16%
G=26.85%
B=56.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59982080.720.5300.18224.361.3252.35
Hex3B62D04835012e03d34
Octal73142320110650223407564
Binary111011110001011010000100100011010101001011100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B62D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,98,208); }

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

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

 a { background-color: rgb(59,98,208); }

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

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

 span { border-color: rgb(59,98,208); }

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