Html Css Color HEX #376BDD Royal Blue

📋 copy color: '#376BDD'

red 55 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #376BDD

Tints of Royal Blue #376BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

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

R = 14.36%
G = 27.94%
B = 57.7%

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

#376BDD (or 0x376BDD) is known color: Royal Blue. HEX triplet: 37, 6B and DD. RGB value is (55,107,221). Sum of RGB (Red+Green+Blue) = 55+107+221=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #376BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BDD is #C89422. Grayscale: #676767. Windows color (decimal): -13145123 or 14510903. OLE color: 14510903.

HSL color Cylindrical-coordinate representation of color #376BDD: hue angle of 221.2º 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 #376BDD is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 107 221 -
CMYK 0.75 0.52 0 0.13
HSL 221.2º 0.71% 0.54% -
HSV(B) 221.2º 0.75% 0.87% -
XYZ 19.88 16.55 70.55 -
YUV 104.45 193.77 92.73 -
System Red Green Blue C M Y K H S L
Decimal 55 107 221 0.75 0.52 0 0.13 221.2 0.71 0.54
Hex 37 6B DD 4B 34 0 D DD 47 36
Octal 67 153 335 113 64 0 15 335 107 66
Binary 110111 1101011 11011101 1001011 110100 0 1101 11011101 1000111 110110

Color Harmonies of #376BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BDD

Black with #376BDD

Text Example


Text Example

White with #376BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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