#365FFD

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

Shades of Royal Blue #365FFD

Tints of Royal Blue #365FFD

Color information

#365FFD (or 0x365FFD) is unknown color: approx Royal Blue. HEX triplet: 36, 5F and FD. RGB value is (54,95,253). Sum of RGB (Red+Green+Blue) = 54+95+253=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #365FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FFD is #C9A002. Grayscale: #646464. Windows color (decimal): -13213699 or 16604982. OLE color: 16604982.

HSL color Cylindrical-coordinate representation of color #365FFD: hue angle of 227.64º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365FFD is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5495253-
CMYK0.790.6200.01
HSL227.64º98.03%60.2%-
HSV(B)227.64º78.66%99.22%-
XYZ23.3416.0694.8-
YUV100.75213.9294.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.43%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 253 (99.22% from 255) = 62.94%
R=13.43%
G=23.63%
B=62.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal54952530.790.6200.01227.6498.0360.2
Hex365FFD4F3E01e4623c
Octal66137375117760134414274
Binary110110101111111111101100111111111001111001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365FFD; }

 p { color: rgb(54,95,253); }

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

<style>
 a { background-color: #365FFD; }

 a { background-color: rgb(54,95,253); }

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

<style>
 span { border-color: #365FFD; }

 span { border-color: rgb(54,95,253); }

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