Html Css Color HEX #365EED Royal Blue

📋 copy color: '#365EED'

red 54 ◦ green 94 ◦ blue 237

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

Shades of Royal Blue #365EED

Tints of Royal Blue #365EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 237 (92.97% from 255) = 61.56%

R = 14.03%
G = 24.42%
B = 61.56%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#365EED (or 0x365EED) is known color: Royal Blue. HEX triplet: 36, 5E and ED. RGB value is (54,94,237). Sum of RGB (Red+Green+Blue) = 54+94+237=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #365EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365EED is #C9A112. Grayscale: #616161. Windows color (decimal): -13213971 or 15556150. OLE color: 15556150.

HSL color Cylindrical-coordinate representation of color #365EED: hue angle of 226.89º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365EED is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 94 237 -
CMYK 0.77 0.60 0 0.07
HSL 226.89º 0.84% 0.57% -
HSV(B) 226.89º 0.77% 0.93% -
XYZ 20.81 14.9 81.9 -
YUV 98.34 206.25 96.37 -
System Red Green Blue C M Y K H S L
Decimal 54 94 237 0.77 0.60 0 0.07 226.89 0.84 0.57
Hex 36 5E ED 4D 3C 0 7 E3 54 39
Octal 66 136 355 115 74 0 7 343 124 71
Binary 110110 1011110 11101101 1001101 111100 0 111 11100011 1010100 111001

Color Harmonies of #365EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EED

Black with #365EED

Text Example


Text Example

White with #365EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,94,237); }

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

background-color css

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

 a { background-color: rgb(54,94,237); }

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

border-color css

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

 span { border-color: rgb(54,94,237); }

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