#3365F2

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

Shades of Royal Blue #3365F2

Tints of Royal Blue #3365F2

Color information

#3365F2 (or 0x3365F2) is unknown color: approx Royal Blue. HEX triplet: 33, 65 and F2. RGB value is (51,101,242). Sum of RGB (Red+Green+Blue) = 51+101+242=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 242 (94.92% from 255 or 61.42% from 394); Max value from RGB is 242 - color contains mainly: blue. Hex color #3365F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3365F2 is #CC9A0D. Grayscale: #656565. Windows color (decimal): -13408782 or 15885619. OLE color: 15885619.

HSL color Cylindrical-coordinate representation of color #3365F2: hue angle of 224.29º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3365F2 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB51101242-
CMYK0.790.5800.05
HSL224.29º88.02%57.45%-
HSV(B)224.29º78.93%94.9%-
XYZ22.0516.4286.01-
YUV102.12206.9491.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.94%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 242 (94.92% from 255) = 61.42%
R=12.94%
G=25.63%
B=61.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal511012420.790.5800.05224.2988.0257.45
Hex3365F24F3A05e05839
Octal63145362117720534013071
Binary11001111001011111001010011111110100101111000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3365F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3365F2; }

 p { color: rgb(51,101,242); }

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

<style>
 a { background-color: #3365F2; }

 a { background-color: rgb(51,101,242); }

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

<style>
 span { border-color: #3365F2; }

 span { border-color: rgb(51,101,242); }

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