Html Css Color HEX #376AF6 Royal Blue

📋 copy color: '#376AF6'

red 55 ◦ green 106 ◦ blue 246

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

Shades of Royal Blue #376AF6

Tints of Royal Blue #376AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 246 (96.48% from 255) = 60.44%

R = 13.51%
G = 26.04%
B = 60.44%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#376AF6 (or 0x376AF6) is known color: Royal Blue. HEX triplet: 37, 6A and F6. RGB value is (55,106,246). Sum of RGB (Red+Green+Blue) = 55+106+246=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #376AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376AF6 is #C89509. Grayscale: #6A6A6A. Windows color (decimal): -13145354 or 16149047. OLE color: 16149047.

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

Color convert

RGB 55 106 246 -
CMYK 0.78 0.57 0 0.04
HSL 223.98º 0.91% 0.59% -
HSV(B) 223.98º 0.78% 0.96% -
XYZ 23.36 17.77 89.39 -
YUV 106.71 206.6 91.12 -
System Red Green Blue C M Y K H S L
Decimal 55 106 246 0.78 0.57 0 0.04 223.98 0.91 0.59
Hex 37 6A F6 4E 39 0 4 E0 5B 3B
Octal 67 152 366 116 71 0 4 340 133 73
Binary 110111 1101010 11110110 1001110 111001 0 100 11100000 1011011 111011

Color Harmonies of #376AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AF6

Black with #376AF6

Text Example


Text Example

White with #376AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,106,246); }

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

background-color css

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

 a { background-color: rgb(55,106,246); }

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

border-color css

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

 span { border-color: rgb(55,106,246); }

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