Html Css Color HEX #3760F0 Royal Blue

📋 copy color: '#3760F0'

red 55 ◦ green 96 ◦ blue 240

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

Shades of Royal Blue #3760F0

Tints of Royal Blue #3760F0

RGB

 RED value IS 55 (21.88% from 255) = 14.07%

 GREEN value IS 96 (37.89% from 255) = 24.55%

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

R = 14.07%
G = 24.55%
B = 61.38%

CMYK

 C value IS 0.77

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3760F0 (or 0x3760F0) is known color: Royal Blue. HEX triplet: 37, 60 and F0. RGB value is (55,96,240). Sum of RGB (Red+Green+Blue) = 55+96+240=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 96 (37.89% from 255 or 24.55% 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 #3760F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3760F0 is #C89F0F. Grayscale: #636363. Windows color (decimal): -13147920 or 15753271. OLE color: 15753271.

HSL color Cylindrical-coordinate representation of color #3760F0: hue angle of 226.7º 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 #3760F0 is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 96 240 -
CMYK 0.77 0.6 0 0.06
HSL 226.7º 0.86% 0.58% -
HSV(B) 226.7º 0.77% 0.94% -
XYZ 21.49 15.47 84.29 -
YUV 100.16 206.92 95.79 -
System Red Green Blue C M Y K H S L
Decimal 55 96 240 0.77 0.6 0 0.06 226.7 0.86 0.58
Hex 37 60 F0 4D 3C 0 6 E3 56 3A
Octal 67 140 360 115 74 0 6 343 126 72
Binary 110111 1100000 11110000 1001101 111100 0 110 11100011 1010110 111010

Color Harmonies of #3760F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3760F0

Black with #3760F0

Text Example


Text Example

White with #3760F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,96,240); }

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

background-color css

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

 a { background-color: rgb(55,96,240); }

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

border-color css

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

 span { border-color: rgb(55,96,240); }

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