Html Css Color HEX #365ADA Royal Blue

📋 copy color: '#365ADA'

red 54 ◦ green 90 ◦ blue 218

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

Shades of Royal Blue #365ADA

Tints of Royal Blue #365ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 14.92%
G = 24.86%
B = 60.22%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#365ADA (or 0x365ADA) is known color: Royal Blue. HEX triplet: 36, 5A and DA. RGB value is (54,90,218). Sum of RGB (Red+Green+Blue) = 54+90+218=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #365ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ADA is #C9A525. Grayscale: #5D5D5D. Windows color (decimal): -13215014 or 14309942. OLE color: 14309942.

HSL color Cylindrical-coordinate representation of color #365ADA: hue angle of 226.83º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365ADA is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 90 218 -
CMYK 0.75 0.59 0 0.15
HSL 226.83º 0.69% 0.53% -
HSV(B) 226.83º 0.75% 0.85% -
XYZ 17.83 13.16 67.93 -
YUV 93.83 198.07 99.59 -
System Red Green Blue C M Y K H S L
Decimal 54 90 218 0.75 0.59 0 0.15 226.83 0.69 0.53
Hex 36 5A DA 4B 3B 0 F E3 45 35
Octal 66 132 332 113 73 0 17 343 105 65
Binary 110110 1011010 11011010 1001011 111011 0 1111 11100011 1000101 110101

Color Harmonies of #365ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365ADA

Black with #365ADA

Text Example


Text Example

White with #365ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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