#3B62FF

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

Shades of Royal Blue #3B62FF

Tints of Royal Blue #3B62FF

Color information

#3B62FF (or 0x3B62FF) is unknown color: approx Royal Blue. HEX triplet: 3B, 62 and FF. RGB value is (59,98,255). Sum of RGB (Red+Green+Blue) = 59+98+255=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B62FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B62FF is #C49D00. Grayscale: #676767. Windows color (decimal): -12885249 or 16736827. OLE color: 16736827.

HSL color Cylindrical-coordinate representation of color #3B62FF: hue angle of 228.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B62FF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5998255-
CMYK0.770.6200
HSL228.06º100%61.57%-
HSV(B)228.06º76.86%100%-
XYZ24.2216.8996.59-
YUV104.24213.0895.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.32%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 255 (100% from 255) = 61.89%
R=14.32%
G=23.79%
B=61.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal59982550.770.6200228.0610061.57
Hex3B62FF4D3E00e4643e
Octal73142377115760034414476
Binary111011110001011111111100110111111000111001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B62FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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