Html Css Color HEX #376FCD Royal Blue

📋 copy color: '#376FCD'

red 55 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #376FCD

Tints of Royal Blue #376FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 14.82%
G = 29.92%
B = 55.26%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#376FCD (or 0x376FCD) is known color: Royal Blue. HEX triplet: 37, 6F and CD. RGB value is (55,111,205). Sum of RGB (Red+Green+Blue) = 55+111+205=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #376FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FCD is #C89032. Grayscale: #686868. Windows color (decimal): -13144115 or 13463351. OLE color: 13463351.

HSL color Cylindrical-coordinate representation of color #376FCD: hue angle of 217.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376FCD is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 111 205 -
CMYK 0.73 0.46 0 0.20
HSL 217.6º 0.6% 0.51% -
HSV(B) 217.6º 0.73% 0.8% -
XYZ 18.28 16.59 60 -
YUV 104.97 184.45 92.36 -
System Red Green Blue C M Y K H S L
Decimal 55 111 205 0.73 0.46 0 0.20 217.6 0.6 0.51
Hex 37 6F CD 49 2E 0 14 DA 3C 33
Octal 67 157 315 111 56 0 24 332 74 63
Binary 110111 1101111 11001101 1001001 101110 0 10100 11011010 111100 110011

Color Harmonies of #376FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FCD

Black with #376FCD

Text Example


Text Example

White with #376FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,111,205); }

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

background-color css

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

 a { background-color: rgb(55,111,205); }

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

border-color css

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

 span { border-color: rgb(55,111,205); }

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