Html Css Color HEX #365EEC Royal Blue

📋 copy color: '#365EEC'

red 54 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #365EEC

Tints of Royal Blue #365EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.46%

R = 14.06%
G = 24.48%
B = 61.46%

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

#365EEC (or 0x365EEC) is known color: Royal Blue. HEX triplet: 36, 5E and EC. RGB value is (54,94,236). Sum of RGB (Red+Green+Blue) = 54+94+236=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #365EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365EEC is #C9A113. Grayscale: #616161. Windows color (decimal): -13213972 or 15490614. OLE color: 15490614.

HSL color Cylindrical-coordinate representation of color #365EEC: hue angle of 226.81º degrees, saturation: 0.83, 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 #365EEC is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 94 236 -
CMYK 0.77 0.60 0 0.07
HSL 226.81º 0.83% 0.57% -
HSV(B) 226.81º 0.77% 0.93% -
XYZ 20.66 14.85 81.13 -
YUV 98.23 205.75 96.45 -
System Red Green Blue C M Y K H S L
Decimal 54 94 236 0.77 0.60 0 0.07 226.81 0.83 0.57
Hex 36 5E EC 4D 3C 0 7 E3 53 39
Octal 66 136 354 115 74 0 7 343 123 71
Binary 110110 1011110 11101100 1001101 111100 0 111 11100011 1010011 111001

Color Harmonies of #365EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EEC

Black with #365EEC

Text Example


Text Example

White with #365EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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