Html Css Color HEX #3661F0 Royal Blue

📋 copy color: '#3661F0'

red 54 ◦ green 97 ◦ blue 240

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

Shades of Royal Blue #3661F0

Tints of Royal Blue #3661F0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

 BLUE value IS 240 (94.14% from 255) = 61.38%

R = 13.81%
G = 24.81%
B = 61.38%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3661F0 (or 0x3661F0) is known color: Royal Blue. HEX triplet: 36, 61 and F0. RGB value is (54,97,240). Sum of RGB (Red+Green+Blue) = 54+97+240=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #3661F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3661F0 is #C99E0F. Grayscale: #636363. Windows color (decimal): -13213200 or 15753526. OLE color: 15753526.

HSL color Cylindrical-coordinate representation of color #3661F0: hue angle of 226.13º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3661F0 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 97 240 -
CMYK 0.78 0.60 0 0.06
HSL 226.13º 0.86% 0.58% -
HSV(B) 226.13º 0.78% 0.94% -
XYZ 21.52 15.62 84.32 -
YUV 100.45 206.75 94.87 -
System Red Green Blue C M Y K H S L
Decimal 54 97 240 0.78 0.60 0 0.06 226.13 0.86 0.58
Hex 36 61 F0 4E 3C 0 6 E2 56 3A
Octal 66 141 360 116 74 0 6 342 126 72
Binary 110110 1100001 11110000 1001110 111100 0 110 11100010 1010110 111010

Color Harmonies of #3661F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3661F0

Black with #3661F0

Text Example


Text Example

White with #3661F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3661F0; }

 p { color: rgb(54,97,240); }

 H1.HeaderClassName
 {
   color: #3661F0;
 }
 .AnyTagClassName
 {
   color: #3661F0;
 }
</style>

background-color css

<style>
 a { background-color: #3661F0; }

 a { background-color: rgb(54,97,240); }

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

border-color css

<style>
 span { border-color: #3661F0; }

 span { border-color: rgb(54,97,240); }

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