Html Css Color HEX #376EFF Royal Blue

📋 copy color: '#376EFF'

red 55 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #376EFF

Tints of Royal Blue #376EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.19%

 BLUE value IS 255 (100% from 255) = 60.71%

R = 13.1%
G = 26.19%
B = 60.71%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#376EFF (or 0x376EFF) is known color: Royal Blue. HEX triplet: 37, 6E and FF. RGB value is (55,110,255). Sum of RGB (Red+Green+Blue) = 55+110+255=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #376EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376EFF is #C89100. Grayscale: #6D6D6D. Windows color (decimal): -13144321 or 16739895. OLE color: 16739895.

HSL color Cylindrical-coordinate representation of color #376EFF: hue angle of 223.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376EFF is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 110 255 -
CMYK 0.78 0.57 0 0
HSL 223.5º 1% 0.61% -
HSV(B) 223.5º 0.78% 1% -
XYZ 25.2 19.18 96.98 -
YUV 110.09 209.78 88.71 -
System Red Green Blue C M Y K H S L
Decimal 55 110 255 0.78 0.57 0 0 223.5 1 0.61
Hex 37 6E FF 4E 39 0 0 E0 64 3D
Octal 67 156 377 116 71 0 0 340 144 75
Binary 110111 1101110 11111111 1001110 111001 0 0 11100000 1100100 111101

Color Harmonies of #376EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376EFF

Black with #376EFF

Text Example


Text Example

White with #376EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,110,255); }

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

background-color css

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

 a { background-color: rgb(55,110,255); }

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

border-color css

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

 span { border-color: rgb(55,110,255); }

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