#3361FF

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

Shades of Royal Blue #3361FF

Tints of Royal Blue #3361FF

Color information

#3361FF (or 0x3361FF) is unknown color: approx Royal Blue. HEX triplet: 33, 61 and FF. RGB value is (51,97,255). Sum of RGB (Red+Green+Blue) = 51+97+255=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #3361FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3361FF is #CC9E00. Grayscale: #646464. Windows color (decimal): -13409793 or 16736563. OLE color: 16736563.

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

Color convert

RGB5197255-
CMYK0.80.6200
HSL226.47º100%60%-
HSV(B)226.47º80%100%-
XYZ23.6916.4796.54-
YUV101.26214.7692.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.66%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 255 (100% from 255) = 63.28%
R=12.66%
G=24.07%
B=63.28%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51972550.80.6200226.4710060
Hex3361FF503E00e2643c
Octal63141377120760034214474
Binary110011110000111111111101000011111000111000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3361FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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