Html Css Color HEX #3760FA Royal Blue

📋 copy color: '#3760FA'

red 55 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #3760FA

Tints of Royal Blue #3760FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.34%

R = 13.72%
G = 23.94%
B = 62.34%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3760FA (or 0x3760FA) is known color: Royal Blue. HEX triplet: 37, 60 and FA. RGB value is (55,96,250). Sum of RGB (Red+Green+Blue) = 55+96+250=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #3760FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3760FA is #C89F05. Grayscale: #646464. Windows color (decimal): -13147910 or 16408631. OLE color: 16408631.

HSL color Cylindrical-coordinate representation of color #3760FA: hue angle of 227.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3760FA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 96 250 -
CMYK 0.78 0.62 0 0.02
HSL 227.38º 0.95% 0.6% -
HSV(B) 227.38º 0.78% 0.98% -
XYZ 23.01 16.08 92.33 -
YUV 101.3 211.92 94.98 -
System Red Green Blue C M Y K H S L
Decimal 55 96 250 0.78 0.62 0 0.02 227.38 0.95 0.6
Hex 37 60 FA 4E 3E 0 2 E3 5F 3C
Octal 67 140 372 116 76 0 2 343 137 74
Binary 110111 1100000 11111010 1001110 111110 0 10 11100011 1011111 111100

Color Harmonies of #3760FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3760FA

Black with #3760FA

Text Example


Text Example

White with #3760FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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