Html Css Color HEX #365ADD Royal Blue

📋 copy color: '#365ADD'

red 54 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #365ADD

Tints of Royal Blue #365ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 14.79%
G = 24.66%
B = 60.55%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#365ADD (or 0x365ADD) is known color: Royal Blue. HEX triplet: 36, 5A and DD. RGB value is (54,90,221). Sum of RGB (Red+Green+Blue) = 54+90+221=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #365ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ADD is #C9A522. Grayscale: #5D5D5D. Windows color (decimal): -13215011 or 14506550. OLE color: 14506550.

HSL color Cylindrical-coordinate representation of color #365ADD: hue angle of 227.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #365ADD is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 90 221 -
CMYK 0.76 0.59 0 0.13
HSL 227.07º 0.71% 0.54% -
HSV(B) 227.07º 0.76% 0.87% -
XYZ 18.23 13.32 70.02 -
YUV 94.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 54 90 221 0.76 0.59 0 0.13 227.07 0.71 0.54
Hex 36 5A DD 4C 3B 0 D E3 47 36
Octal 66 132 335 114 73 0 15 343 107 66
Binary 110110 1011010 11011101 1001100 111011 0 1101 11100011 1000111 110110

Color Harmonies of #365ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365ADD

Black with #365ADD

Text Example


Text Example

White with #365ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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