Html Css Color HEX #365EEB Royal Blue

📋 copy color: '#365EEB'

red 54 ◦ green 94 ◦ blue 235

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

Shades of Royal Blue #365EEB

Tints of Royal Blue #365EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 14.1%
G = 24.54%
B = 61.36%

CMYK

 C value IS 0.77

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#365EEB (or 0x365EEB) is known color: Royal Blue. HEX triplet: 36, 5E and EB. RGB value is (54,94,235). Sum of RGB (Red+Green+Blue) = 54+94+235=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #365EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365EEB is #C9A114. Grayscale: #616161. Windows color (decimal): -13213973 or 15425078. OLE color: 15425078.

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

Color convert

RGB 54 94 235 -
CMYK 0.77 0.6 0 0.08
HSL 226.74º 0.82% 0.57% -
HSV(B) 226.74º 0.77% 0.92% -
XYZ 20.52 14.79 80.37 -
YUV 98.11 205.25 96.54 -
System Red Green Blue C M Y K H S L
Decimal 54 94 235 0.77 0.6 0 0.08 226.74 0.82 0.57
Hex 36 5E EB 4D 3C 0 8 E3 52 39
Octal 66 136 353 115 74 0 10 343 122 71
Binary 110110 1011110 11101011 1001101 111100 0 1000 11100011 1010010 111001

Color Harmonies of #365EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EEB

Black with #365EEB

Text Example


Text Example

White with #365EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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