Html Css Color HEX #376CF1 Royal Blue

📋 copy color: '#376CF1'

red 55 ◦ green 108 ◦ blue 241

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

Shades of Royal Blue #376CF1

Tints of Royal Blue #376CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.73%

 BLUE value IS 241 (94.53% from 255) = 59.65%

R = 13.61%
G = 26.73%
B = 59.65%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#376CF1 (or 0x376CF1) is known color: Royal Blue. HEX triplet: 37, 6C and F1. RGB value is (55,108,241). Sum of RGB (Red+Green+Blue) = 55+108+241=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #376CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376CF1 is #C8930E. Grayscale: #6A6A6A. Windows color (decimal): -13144847 or 15821879. OLE color: 15821879.

HSL color Cylindrical-coordinate representation of color #376CF1: hue angle of 222.9º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376CF1 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 108 241 -
CMYK 0.77 0.55 0 0.05
HSL 222.9º 0.87% 0.58% -
HSV(B) 222.9º 0.77% 0.95% -
XYZ 22.82 17.89 85.47 -
YUV 107.32 203.44 90.69 -
System Red Green Blue C M Y K H S L
Decimal 55 108 241 0.77 0.55 0 0.05 222.9 0.87 0.58
Hex 37 6C F1 4D 37 0 5 DF 57 3A
Octal 67 154 361 115 67 0 5 337 127 72
Binary 110111 1101100 11110001 1001101 110111 0 101 11011111 1010111 111010

Color Harmonies of #376CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CF1

Black with #376CF1

Text Example


Text Example

White with #376CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376CF1; }

 p { color: rgb(55,108,241); }

 H1.HeaderClassName
 {
   color: #376CF1;
 }
 .AnyTagClassName
 {
   color: #376CF1;
 }
</style>

background-color css

<style>
 a { background-color: #376CF1; }

 a { background-color: rgb(55,108,241); }

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

border-color css

<style>
 span { border-color: #376CF1; }

 span { border-color: rgb(55,108,241); }

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