Html Css Color HEX #365DDB Royal Blue

📋 copy color: '#365DDB'

red 54 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #365DDB

Tints of Royal Blue #365DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 14.75%
G = 25.41%
B = 59.84%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#365DDB (or 0x365DDB) is known color: Royal Blue. HEX triplet: 36, 5D and DB. RGB value is (54,93,219). Sum of RGB (Red+Green+Blue) = 54+93+219=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #365DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DDB is #C9A224. Grayscale: #5F5F5F. Windows color (decimal): -13214245 or 14376246. OLE color: 14376246.

HSL color Cylindrical-coordinate representation of color #365DDB: hue angle of 225.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365DDB is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 93 219 -
CMYK 0.75 0.58 0 0.14
HSL 225.82º 0.7% 0.54% -
HSV(B) 225.82º 0.75% 0.86% -
XYZ 18.22 13.73 68.71 -
YUV 95.7 197.58 98.25 -
System Red Green Blue C M Y K H S L
Decimal 54 93 219 0.75 0.58 0 0.14 225.82 0.7 0.54
Hex 36 5D DB 4B 3A 0 E E2 46 36
Octal 66 135 333 113 72 0 16 342 106 66
Binary 110110 1011101 11011011 1001011 111010 0 1110 11100010 1000110 110110

Color Harmonies of #365DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DDB

Black with #365DDB

Text Example


Text Example

White with #365DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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