Html Css Color HEX #365DDA Royal Blue

📋 copy color: '#365DDA'

red 54 ◦ green 93 ◦ blue 218

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

Shades of Royal Blue #365DDA

Tints of Royal Blue #365DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

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

R = 14.79%
G = 25.48%
B = 59.73%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#365DDA (or 0x365DDA) is known color: Royal Blue. HEX triplet: 36, 5D and DA. RGB value is (54,93,218). Sum of RGB (Red+Green+Blue) = 54+93+218=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #365DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DDA is #C9A225. Grayscale: #5F5F5F. Windows color (decimal): -13214246 or 14310710. OLE color: 14310710.

HSL color Cylindrical-coordinate representation of color #365DDA: hue angle of 225.73º 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 #365DDA is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 93 218 -
CMYK 0.75 0.57 0 0.15
HSL 225.73º 0.69% 0.53% -
HSV(B) 225.73º 0.75% 0.85% -
XYZ 18.09 13.67 68.02 -
YUV 95.59 197.08 98.34 -
System Red Green Blue C M Y K H S L
Decimal 54 93 218 0.75 0.57 0 0.15 225.73 0.69 0.53
Hex 36 5D DA 4B 39 0 F E2 45 35
Octal 66 135 332 113 71 0 17 342 105 65
Binary 110110 1011101 11011010 1001011 111001 0 1111 11100010 1000101 110101

Color Harmonies of #365DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DDA

Black with #365DDA

Text Example


Text Example

White with #365DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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