Html Css Color HEX #376CDC Royal Blue

📋 copy color: '#376CDC'

red 55 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #376CDC

Tints of Royal Blue #376CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 14.36%
G = 28.2%
B = 57.44%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#376CDC (or 0x376CDC) is known color: Royal Blue. HEX triplet: 37, 6C and DC. RGB value is (55,108,220). Sum of RGB (Red+Green+Blue) = 55+108+220=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #376CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CDC is #C89323. Grayscale: #686868. Windows color (decimal): -13144868 or 14445623. OLE color: 14445623.

HSL color Cylindrical-coordinate representation of color #376CDC: hue angle of 220.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376CDC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 108 220 -
CMYK 0.75 0.51 0 0.14
HSL 220.73º 0.7% 0.54% -
HSV(B) 220.73º 0.75% 0.86% -
XYZ 19.86 16.7 69.89 -
YUV 104.92 192.94 92.39 -
System Red Green Blue C M Y K H S L
Decimal 55 108 220 0.75 0.51 0 0.14 220.73 0.7 0.54
Hex 37 6C DC 4B 33 0 E DD 46 36
Octal 67 154 334 113 63 0 16 335 106 66
Binary 110111 1101100 11011100 1001011 110011 0 1110 11011101 1000110 110110

Color Harmonies of #376CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CDC

Black with #376CDC

Text Example


Text Example

White with #376CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,220); }

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

background-color css

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

 a { background-color: rgb(55,108,220); }

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

border-color css

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

 span { border-color: rgb(55,108,220); }

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