Html Css Color HEX #376EDA Royal Blue

📋 copy color: '#376EDA'

red 55 ◦ green 110 ◦ blue 218

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

Shades of Royal Blue #376EDA

Tints of Royal Blue #376EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 218 (85.55% from 255) = 56.92%

R = 14.36%
G = 28.72%
B = 56.92%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#376EDA (or 0x376EDA) is known color: Royal Blue. HEX triplet: 37, 6E and DA. RGB value is (55,110,218). Sum of RGB (Red+Green+Blue) = 55+110+218=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #376EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EDA is #C89125. Grayscale: #696969. Windows color (decimal): -13144358 or 14315063. OLE color: 14315063.

HSL color Cylindrical-coordinate representation of color #376EDA: hue angle of 219.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376EDA is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 110 218 -
CMYK 0.75 0.50 0 0.15
HSL 219.75º 0.69% 0.54% -
HSV(B) 219.75º 0.75% 0.85% -
XYZ 19.81 17.03 68.57 -
YUV 105.87 191.28 91.72 -
System Red Green Blue C M Y K H S L
Decimal 55 110 218 0.75 0.50 0 0.15 219.75 0.69 0.54
Hex 37 6E DA 4B 32 0 F DC 45 36
Octal 67 156 332 113 62 0 17 334 105 66
Binary 110111 1101110 11011010 1001011 110010 0 1111 11011100 1000101 110110

Color Harmonies of #376EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376EDA

Black with #376EDA

Text Example


Text Example

White with #376EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,110,218); }

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

background-color css

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

 a { background-color: rgb(55,110,218); }

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

border-color css

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

 span { border-color: rgb(55,110,218); }

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