Html Css Color HEX #365AEA Royal Blue

📋 copy color: '#365AEA'

red 54 ◦ green 90 ◦ blue 234

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

Shades of Royal Blue #365AEA

Tints of Royal Blue #365AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 14.29%
G = 23.81%
B = 61.9%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#365AEA (or 0x365AEA) is known color: Royal Blue. HEX triplet: 36, 5A and EA. RGB value is (54,90,234). Sum of RGB (Red+Green+Blue) = 54+90+234=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #365AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AEA is #C9A515. Grayscale: #5F5F5F. Windows color (decimal): -13214998 or 15358518. OLE color: 15358518.

HSL color Cylindrical-coordinate representation of color #365AEA: hue angle of 228º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365AEA is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 90 234 -
CMYK 0.77 0.62 0 0.08
HSL 228º 0.81% 0.56% -
HSV(B) 228º 0.77% 0.92% -
XYZ 20.03 14.04 79.5 -
YUV 95.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 54 90 234 0.77 0.62 0 0.08 228 0.81 0.56
Hex 36 5A EA 4D 3E 0 8 E4 51 38
Octal 66 132 352 115 76 0 10 344 121 70
Binary 110110 1011010 11101010 1001101 111110 0 1000 11100100 1010001 111000

Color Harmonies of #365AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AEA

Black with #365AEA

Text Example


Text Example

White with #365AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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