Html Css Color HEX #376AD1 Royal Blue

📋 copy color: '#376AD1'

red 55 ◦ green 106 ◦ blue 209

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

Shades of Royal Blue #376AD1

Tints of Royal Blue #376AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.49%

R = 14.86%
G = 28.65%
B = 56.49%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#376AD1 (or 0x376AD1) is known color: Royal Blue. HEX triplet: 37, 6A and D1. RGB value is (55,106,209). Sum of RGB (Red+Green+Blue) = 55+106+209=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #376AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376AD1 is #C8952E. Grayscale: #666666. Windows color (decimal): -13145391 or 13724215. OLE color: 13724215.

HSL color Cylindrical-coordinate representation of color #376AD1: hue angle of 220.13º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376AD1 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 106 209 -
CMYK 0.74 0.49 0 0.18
HSL 220.13º 0.63% 0.52% -
HSV(B) 220.13º 0.74% 0.82% -
XYZ 18.24 15.72 62.4 -
YUV 102.49 188.1 94.12 -
System Red Green Blue C M Y K H S L
Decimal 55 106 209 0.74 0.49 0 0.18 220.13 0.63 0.52
Hex 37 6A D1 4A 31 0 12 DC 3F 34
Octal 67 152 321 112 61 0 22 334 77 64
Binary 110111 1101010 11010001 1001010 110001 0 10010 11011100 111111 110100

Color Harmonies of #376AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AD1

Black with #376AD1

Text Example


Text Example

White with #376AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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