Html Css Color HEX #365CEB Royal Blue

📋 copy color: '#365CEB'

red 54 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #365CEB

Tints of Royal Blue #365CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

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

R = 14.17%
G = 24.15%
B = 61.68%

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

#365CEB (or 0x365CEB) is known color: Royal Blue. HEX triplet: 36, 5C and EB. RGB value is (54,92,235). Sum of RGB (Red+Green+Blue) = 54+92+235=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #365CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365CEB is #C9A314. Grayscale: #606060. Windows color (decimal): -13214485 or 15424566. OLE color: 15424566.

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

Color convert

RGB 54 92 235 -
CMYK 0.77 0.61 0 0.08
HSL 227.4º 0.82% 0.57% -
HSV(B) 227.4º 0.77% 0.92% -
XYZ 20.34 14.44 80.31 -
YUV 96.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 54 92 235 0.77 0.61 0 0.08 227.4 0.82 0.57
Hex 36 5C EB 4D 3D 0 8 E3 52 39
Octal 66 134 353 115 75 0 10 343 122 71
Binary 110110 1011100 11101011 1001101 111101 0 1000 11100011 1010010 111001

Color Harmonies of #365CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CEB

Black with #365CEB

Text Example


Text Example

White with #365CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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