Html Css Color HEX #365AF5 Royal Blue

📋 copy color: '#365AF5'

red 54 ◦ green 90 ◦ blue 245

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

Shades of Royal Blue #365AF5

Tints of Royal Blue #365AF5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 245 (96.09% from 255) = 62.98%

R = 13.88%
G = 23.14%
B = 62.98%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#365AF5 (or 0x365AF5) is known color: Royal Blue. HEX triplet: 36, 5A and F5. RGB value is (54,90,245). Sum of RGB (Red+Green+Blue) = 54+90+245=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 245 (96.09% from 255 or 62.98% from 389); Max value from RGB is 245 - color contains mainly: blue. Hex color #365AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AF5 is #C9A50A. Grayscale: #606060. Windows color (decimal): -13214987 or 16079414. OLE color: 16079414.

HSL color Cylindrical-coordinate representation of color #365AF5: hue angle of 228.69º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365AF5 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 90 245 -
CMYK 0.78 0.63 0 0.04
HSL 228.69º 0.91% 0.59% -
HSV(B) 228.69º 0.78% 0.96% -
XYZ 21.66 14.69 88.08 -
YUV 96.91 211.57 97.4 -
System Red Green Blue C M Y K H S L
Decimal 54 90 245 0.78 0.63 0 0.04 228.69 0.91 0.59
Hex 36 5A F5 4E 3F 0 4 E5 5B 3B
Octal 66 132 365 116 77 0 4 345 133 73
Binary 110110 1011010 11110101 1001110 111111 0 100 11100101 1011011 111011

Color Harmonies of #365AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AF5

Black with #365AF5

Text Example


Text Example

White with #365AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,245); }

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

background-color css

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

 a { background-color: rgb(54,90,245); }

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

border-color css

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

 span { border-color: rgb(54,90,245); }

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