Html Css Color HEX #3771FA Royal Blue

📋 copy color: '#3771FA'

red 55 ◦ green 113 ◦ blue 250

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

Shades of Royal Blue #3771FA

Tints of Royal Blue #3771FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

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

R = 13.16%
G = 27.03%
B = 59.81%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3771FA (or 0x3771FA) is known color: Royal Blue. HEX triplet: 37, 71 and FA. RGB value is (55,113,250). Sum of RGB (Red+Green+Blue) = 55+113+250=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #3771FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3771FA is #C88E05. Grayscale: #6E6E6E. Windows color (decimal): -13143558 or 16412983. OLE color: 16412983.

HSL color Cylindrical-coordinate representation of color #3771FA: hue angle of 222.15º 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 #3771FA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 113 250 -
CMYK 0.78 0.55 0 0.02
HSL 222.15º 0.95% 0.6% -
HSV(B) 222.15º 0.78% 0.98% -
XYZ 24.74 19.52 92.91 -
YUV 111.28 206.28 87.86 -
System Red Green Blue C M Y K H S L
Decimal 55 113 250 0.78 0.55 0 0.02 222.15 0.95 0.6
Hex 37 71 FA 4E 37 0 2 DE 5F 3C
Octal 67 161 372 116 67 0 2 336 137 74
Binary 110111 1110001 11111010 1001110 110111 0 10 11011110 1011111 111100

Color Harmonies of #3771FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3771FA

Black with #3771FA

Text Example


Text Example

White with #3771FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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