#3361EB

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

Shades of Royal Blue #3361EB

Tints of Royal Blue #3361EB

Color information

#3361EB (or 0x3361EB) is unknown color: approx Royal Blue. HEX triplet: 33, 61 and EB. RGB value is (51,97,235). Sum of RGB (Red+Green+Blue) = 51+97+235=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #3361EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3361EB is #CC9E14. Grayscale: #626262. Windows color (decimal): -13409813 or 15425843. OLE color: 15425843.

HSL color Cylindrical-coordinate representation of color #3361EB: hue angle of 225º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3361EB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5197235-
CMYK0.780.5900.08
HSL225º82.14%56.08%-
HSV(B)225º78.3%92.16%-
XYZ20.6415.2580.45-
YUV98.98204.7693.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.32%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 235 (92.19% from 255) = 61.36%
R=13.32%
G=25.33%
B=61.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal51972350.780.5900.0822582.1456.08
Hex3361EB4E3B08e15238
Octal631413531167301034112270
Binary110011110000111101011100111011101101000111000011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3361EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3361EB; }

 p { color: rgb(51,97,235); }

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

<style>
 a { background-color: #3361EB; }

 a { background-color: rgb(51,97,235); }

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

<style>
 span { border-color: #3361EB; }

 span { border-color: rgb(51,97,235); }

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