Html Css Color HEX #366CEC Royal Blue

📋 copy color: '#366CEC'

red 54 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #366CEC

Tints of Royal Blue #366CEC

RGB

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

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

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

R = 13.57%
G = 27.14%
B = 59.3%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#366CEC (or 0x366CEC) is known color: Royal Blue. HEX triplet: 36, 6C and EC. RGB value is (54,108,236). Sum of RGB (Red+Green+Blue) = 54+108+236=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #366CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CEC is #C99313. Grayscale: #696969. Windows color (decimal): -13210388 or 15494198. OLE color: 15494198.

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

Color convert

RGB 54 108 236 -
CMYK 0.77 0.54 0 0.07
HSL 222.2º 0.83% 0.57% -
HSV(B) 222.2º 0.77% 0.93% -
XYZ 22.02 17.57 81.59 -
YUV 106.45 201.11 90.59 -
System Red Green Blue C M Y K H S L
Decimal 54 108 236 0.77 0.54 0 0.07 222.2 0.83 0.57
Hex 36 6C EC 4D 36 0 7 DE 53 39
Octal 66 154 354 115 66 0 7 336 123 71
Binary 110110 1101100 11101100 1001101 110110 0 111 11011110 1010011 111001

Color Harmonies of #366CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CEC

Black with #366CEC

Text Example


Text Example

White with #366CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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