Html Css Color HEX #366CEB Royal Blue

📋 copy color: '#366CEB'

red 54 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #366CEB

Tints of Royal Blue #366CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

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

R = 13.6%
G = 27.2%
B = 59.19%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#366CEB (or 0x366CEB) is known color: Royal Blue. HEX triplet: 36, 6C and EB. RGB value is (54,108,235). Sum of RGB (Red+Green+Blue) = 54+108+235=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #366CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CEB is #C99314. Grayscale: #696969. Windows color (decimal): -13210389 or 15428662. OLE color: 15428662.

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

Color convert

RGB 54 108 235 -
CMYK 0.77 0.54 0 0.08
HSL 222.1º 0.82% 0.57% -
HSV(B) 222.1º 0.77% 0.92% -
XYZ 21.88 17.51 80.82 -
YUV 106.33 200.61 90.67 -
System Red Green Blue C M Y K H S L
Decimal 54 108 235 0.77 0.54 0 0.08 222.1 0.82 0.57
Hex 36 6C EB 4D 36 0 8 DE 52 39
Octal 66 154 353 115 66 0 10 336 122 71
Binary 110110 1101100 11101011 1001101 110110 0 1000 11011110 1010010 111001

Color Harmonies of #366CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CEB

Black with #366CEB

Text Example


Text Example

White with #366CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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