Html Css Color HEX #365BEB Royal Blue

📋 copy color: '#365BEB'

red 54 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #365BEB

Tints of Royal Blue #365BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

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

R = 14.21%
G = 23.95%
B = 61.84%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#365BEB (or 0x365BEB) is known color: Royal Blue. HEX triplet: 36, 5B and EB. RGB value is (54,91,235). Sum of RGB (Red+Green+Blue) = 54+91+235=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #365BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365BEB is #C9A414. Grayscale: #5F5F5F. Windows color (decimal): -13214741 or 15424310. OLE color: 15424310.

HSL color Cylindrical-coordinate representation of color #365BEB: hue angle of 227.73º 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 #365BEB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 91 235 -
CMYK 0.77 0.61 0 0.08
HSL 227.73º 0.82% 0.57% -
HSV(B) 227.73º 0.77% 0.92% -
XYZ 20.26 14.26 80.28 -
YUV 96.35 206.24 97.79 -
System Red Green Blue C M Y K H S L
Decimal 54 91 235 0.77 0.61 0 0.08 227.73 0.82 0.57
Hex 36 5B EB 4D 3D 0 8 E4 52 39
Octal 66 133 353 115 75 0 10 344 122 71
Binary 110110 1011011 11101011 1001101 111101 0 1000 11100100 1010010 111001

Color Harmonies of #365BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BEB

Black with #365BEB

Text Example


Text Example

White with #365BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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