Html Css Color HEX #376EDF Royal Blue

📋 copy color: '#376EDF'

red 55 ◦ green 110 ◦ blue 223

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

Shades of Royal Blue #376EDF

Tints of Royal Blue #376EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 14.18%
G = 28.35%
B = 57.47%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#376EDF (or 0x376EDF) is known color: Royal Blue. HEX triplet: 37, 6E and DF. RGB value is (55,110,223). Sum of RGB (Red+Green+Blue) = 55+110+223=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #376EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EDF is #C89120. Grayscale: #696969. Windows color (decimal): -13144353 or 14642743. OLE color: 14642743.

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

Color convert

RGB 55 110 223 -
CMYK 0.75 0.51 0 0.13
HSL 220.36º 0.72% 0.55% -
HSV(B) 220.36º 0.75% 0.87% -
XYZ 20.47 17.29 72.07 -
YUV 106.44 193.78 91.31 -
System Red Green Blue C M Y K H S L
Decimal 55 110 223 0.75 0.51 0 0.13 220.36 0.72 0.55
Hex 37 6E DF 4B 33 0 D DC 48 37
Octal 67 156 337 113 63 0 15 334 110 67
Binary 110111 1101110 11011111 1001011 110011 0 1101 11011100 1001000 110111

Color Harmonies of #376EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376EDF

Black with #376EDF

Text Example


Text Example

White with #376EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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