Html Css Color HEX #376ADE Royal Blue

📋 copy color: '#376ADE'

red 55 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #376ADE

Tints of Royal Blue #376ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 14.36%
G = 27.68%
B = 57.96%

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

#376ADE (or 0x376ADE) is known color: Royal Blue. HEX triplet: 37, 6A and DE. RGB value is (55,106,222). Sum of RGB (Red+Green+Blue) = 55+106+222=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #376ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ADE is #C89521. Grayscale: #676767. Windows color (decimal): -13145378 or 14576183. OLE color: 14576183.

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

Color convert

RGB 55 106 222 -
CMYK 0.75 0.52 0 0.13
HSL 221.68º 0.72% 0.54% -
HSV(B) 221.68º 0.75% 0.87% -
XYZ 19.91 16.39 71.22 -
YUV 103.98 194.6 93.07 -
System Red Green Blue C M Y K H S L
Decimal 55 106 222 0.75 0.52 0 0.13 221.68 0.72 0.54
Hex 37 6A DE 4B 34 0 D DE 48 36
Octal 67 152 336 113 64 0 15 336 110 66
Binary 110111 1101010 11011110 1001011 110100 0 1101 11011110 1001000 110110

Color Harmonies of #376ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376ADE

Black with #376ADE

Text Example


Text Example

White with #376ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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