Html Css Color HEX #365AD7 Royal Blue

📋 copy color: '#365AD7'

red 54 ◦ green 90 ◦ blue 215

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

Shades of Royal Blue #365AD7

Tints of Royal Blue #365AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.89%

R = 15.04%
G = 25.07%
B = 59.89%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#365AD7 (or 0x365AD7) is known color: Royal Blue. HEX triplet: 36, 5A and D7. RGB value is (54,90,215). Sum of RGB (Red+Green+Blue) = 54+90+215=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #365AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365AD7 is #C9A528. Grayscale: #5C5C5C. Windows color (decimal): -13215017 or 14113334. OLE color: 14113334.

HSL color Cylindrical-coordinate representation of color #365AD7: hue angle of 226.58º degrees, saturation: 0.67, 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 #365AD7 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 90 215 -
CMYK 0.75 0.58 0 0.16
HSL 226.58º 0.67% 0.53% -
HSV(B) 226.58º 0.75% 0.84% -
XYZ 17.44 13 65.88 -
YUV 93.49 196.57 99.84 -
System Red Green Blue C M Y K H S L
Decimal 54 90 215 0.75 0.58 0 0.16 226.58 0.67 0.53
Hex 36 5A D7 4B 3A 0 10 E3 43 35
Octal 66 132 327 113 72 0 20 343 103 65
Binary 110110 1011010 11010111 1001011 111010 0 10000 11100011 1000011 110101

Color Harmonies of #365AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AD7

Black with #365AD7

Text Example


Text Example

White with #365AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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