Html Css Color HEX #365BDB Royal Blue

📋 copy color: '#365BDB'

red 54 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #365BDB

Tints of Royal Blue #365BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

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

R = 14.84%
G = 25%
B = 60.16%

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

#365BDB (or 0x365BDB) is known color: Royal Blue. HEX triplet: 36, 5B and DB. RGB value is (54,91,219). Sum of RGB (Red+Green+Blue) = 54+91+219=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #365BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BDB is #C9A424. Grayscale: #5D5D5D. Windows color (decimal): -13214757 or 14375734. OLE color: 14375734.

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

Color convert

RGB 54 91 219 -
CMYK 0.75 0.58 0 0.14
HSL 226.55º 0.7% 0.54% -
HSV(B) 226.55º 0.75% 0.86% -
XYZ 18.05 13.38 68.65 -
YUV 94.53 198.24 99.09 -
System Red Green Blue C M Y K H S L
Decimal 54 91 219 0.75 0.58 0 0.14 226.55 0.7 0.54
Hex 36 5B DB 4B 3A 0 E E3 46 36
Octal 66 133 333 113 72 0 16 343 106 66
Binary 110110 1011011 11011011 1001011 111010 0 1110 11100011 1000110 110110

Color Harmonies of #365BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BDB

Black with #365BDB

Text Example


Text Example

White with #365BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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