Html Css Color HEX #365FFF Royal Blue

📋 copy color: '#365FFF'

red 54 ◦ green 95 ◦ blue 255

#365FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #365FFF

Tints of Royal Blue #365FFF

RGB

 RED value IS 54 (21.48% from 255) = 13.37%

 GREEN value IS 95 (37.5% from 255) = 23.51%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 13.37%
G = 23.51%
B = 63.12%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#365FFF (or 0x365FFF) is known color: Royal Blue. HEX triplet: 36, 5F and FF. RGB value is (54,95,255). Sum of RGB (Red+Green+Blue) = 54+95+255=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #365FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FFF is #C9A000. Grayscale: #646464. Windows color (decimal): -13213697 or 16736054. OLE color: 16736054.

HSL color Cylindrical-coordinate representation of color #365FFF: hue angle of 227.76º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365FFF is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 54 95 255 -
CMYK 0.79 0.63 0 0
HSL 227.76º 1% 0.61% -
HSV(B) 227.76º 0.79% 1% -
XYZ 23.66 16.19 96.49 -
YUV 100.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 54 95 255 0.79 0.63 0 0 227.76 1 0.61
Hex 36 5F FF 4F 3F 0 0 E4 64 3D
Octal 66 137 377 117 77 0 0 344 144 75
Binary 110110 1011111 11111111 1001111 111111 0 0 11100100 1100100 111101

Color Harmonies of #365FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FFF

Black with #365FFF

Text Example


Text Example

White with #365FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #365FFF;
 }
 .AnyTagClassName
 {
   color: #365FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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