Html Css Color HEX #366BFC Royal Blue

📋 copy color: '#366BFC'

red 54 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #366BFC

Tints of Royal Blue #366BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.91%

 BLUE value IS 252 (98.83% from 255) = 61.02%

R = 13.08%
G = 25.91%
B = 61.02%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#366BFC (or 0x366BFC) is known color: Royal Blue. HEX triplet: 36, 6B and FC. RGB value is (54,107,252). Sum of RGB (Red+Green+Blue) = 54+107+252=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #366BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BFC is #C99403. Grayscale: #6B6B6B. Windows color (decimal): -13210628 or 16542518. OLE color: 16542518.

HSL color Cylindrical-coordinate representation of color #366BFC: hue angle of 223.94º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #366BFC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 107 252 -
CMYK 0.79 0.58 0 0.01
HSL 223.94º 0.97% 0.6% -
HSV(B) 223.94º 0.79% 0.99% -
XYZ 24.35 18.33 94.35 -
YUV 107.68 209.44 89.71 -
System Red Green Blue C M Y K H S L
Decimal 54 107 252 0.79 0.58 0 0.01 223.94 0.97 0.6
Hex 36 6B FC 4F 3A 0 1 E0 61 3C
Octal 66 153 374 117 72 0 1 340 141 74
Binary 110110 1101011 11111100 1001111 111010 0 1 11100000 1100001 111100

Color Harmonies of #366BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366BFC

Black with #366BFC

Text Example


Text Example

White with #366BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,107,252); }

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

background-color css

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

 a { background-color: rgb(54,107,252); }

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

border-color css

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

 span { border-color: rgb(54,107,252); }

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