Html Css Color HEX #365AE8 Royal Blue

📋 copy color: '#365AE8'

red 54 ◦ green 90 ◦ blue 232

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

Shades of Royal Blue #365AE8

Tints of Royal Blue #365AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.7%

R = 14.36%
G = 23.94%
B = 61.7%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#365AE8 (or 0x365AE8) is known color: Royal Blue. HEX triplet: 36, 5A and E8. RGB value is (54,90,232). Sum of RGB (Red+Green+Blue) = 54+90+232=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #365AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AE8 is #C9A517. Grayscale: #5E5E5E. Windows color (decimal): -13215000 or 15227446. OLE color: 15227446.

HSL color Cylindrical-coordinate representation of color #365AE8: hue angle of 227.87º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365AE8 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 54 90 232 -
CMYK 0.77 0.61 0 0.09
HSL 227.87º 0.79% 0.56% -
HSV(B) 227.87º 0.77% 0.91% -
XYZ 19.74 13.92 77.99 -
YUV 95.42 205.07 98.45 -
System Red Green Blue C M Y K H S L
Decimal 54 90 232 0.77 0.61 0 0.09 227.87 0.79 0.56
Hex 36 5A E8 4D 3D 0 9 E4 4F 38
Octal 66 132 350 115 75 0 11 344 117 70
Binary 110110 1011010 11101000 1001101 111101 0 1001 11100100 1001111 111000

Color Harmonies of #365AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AE8

Black with #365AE8

Text Example


Text Example

White with #365AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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