#365CD6

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

Shades of Royal Blue #365CD6

Tints of Royal Blue #365CD6

Color information

#365CD6 (or 0x365CD6) is unknown color: approx Royal Blue. HEX triplet: 36, 5C and D6. RGB value is (54,92,214). Sum of RGB (Red+Green+Blue) = 54+92+214=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #365CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CD6 is #C9A329. Grayscale: #5E5E5E. Windows color (decimal): -13214506 or 14048310. OLE color: 14048310.

HSL color Cylindrical-coordinate representation of color #365CD6: hue angle of 225.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365CD6 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5492214-
CMYK0.750.5700.16
HSL225.75º66.12%52.55%-
HSV(B)225.75º74.77%83.92%-
XYZ17.4913.2965.26-
YUV94.55195.4199.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 214 (83.98% from 255) = 59.44%
R=15%
G=25.56%
B=59.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54922140.750.5700.16225.7566.1252.55
Hex365CD64B39010e24235
Octal661343261137102034210265
Binary1101101011100110101101001011111001010000111000101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,214); }

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

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

 a { background-color: rgb(54,92,214); }

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

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

 span { border-color: rgb(54,92,214); }

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