Html Css Color HEX #365AE3 Royal Blue

📋 copy color: '#365AE3'

red 54 ◦ green 90 ◦ blue 227

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

Shades of Royal Blue #365AE3

Tints of Royal Blue #365AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 61.19%

R = 14.56%
G = 24.26%
B = 61.19%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#365AE3 (or 0x365AE3) is known color: Royal Blue. HEX triplet: 36, 5A and E3. RGB value is (54,90,227). Sum of RGB (Red+Green+Blue) = 54+90+227=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #365AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365AE3 is #C9A51C. Grayscale: #5E5E5E. Windows color (decimal): -13215005 or 14899766. OLE color: 14899766.

HSL color Cylindrical-coordinate representation of color #365AE3: hue angle of 227.51º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #365AE3 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 90 227 -
CMYK 0.76 0.60 0 0.11
HSL 227.51º 0.76% 0.55% -
HSV(B) 227.51º 0.76% 0.89% -
XYZ 19.04 13.64 74.3 -
YUV 94.85 202.57 98.86 -
System Red Green Blue C M Y K H S L
Decimal 54 90 227 0.76 0.60 0 0.11 227.51 0.76 0.55
Hex 36 5A E3 4C 3C 0 B E4 4C 37
Octal 66 132 343 114 74 0 13 344 114 67
Binary 110110 1011010 11100011 1001100 111100 0 1011 11100100 1001100 110111

Color Harmonies of #365AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AE3

Black with #365AE3

Text Example


Text Example

White with #365AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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