Html Css Color HEX #376ADD Royal Blue

📋 copy color: '#376ADD'

red 55 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #376ADD

Tints of Royal Blue #376ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 14.4%
G = 27.75%
B = 57.85%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#376ADD (or 0x376ADD) is known color: Royal Blue. HEX triplet: 37, 6A and DD. RGB value is (55,106,221). Sum of RGB (Red+Green+Blue) = 55+106+221=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #376ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ADD is #C89522. Grayscale: #676767. Windows color (decimal): -13145379 or 14510647. OLE color: 14510647.

HSL color Cylindrical-coordinate representation of color #376ADD: hue angle of 221.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376ADD is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 106 221 -
CMYK 0.75 0.52 0 0.13
HSL 221.57º 0.71% 0.54% -
HSV(B) 221.57º 0.75% 0.87% -
XYZ 19.78 16.34 70.52 -
YUV 103.86 194.1 93.15 -
System Red Green Blue C M Y K H S L
Decimal 55 106 221 0.75 0.52 0 0.13 221.57 0.71 0.54
Hex 37 6A DD 4B 34 0 D DE 47 36
Octal 67 152 335 113 64 0 15 336 107 66
Binary 110111 1101010 11011101 1001011 110100 0 1101 11011110 1000111 110110

Color Harmonies of #376ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376ADD

Black with #376ADD

Text Example


Text Example

White with #376ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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