Html Css Color HEX #376FDA Royal Blue

📋 copy color: '#376FDA'

red 55 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #376FDA

Tints of Royal Blue #376FDA

RGB

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

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

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

R = 14.32%
G = 28.91%
B = 56.77%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#376FDA (or 0x376FDA) is known color: Royal Blue. HEX triplet: 37, 6F and DA. RGB value is (55,111,218). Sum of RGB (Red+Green+Blue) = 55+111+218=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #376FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FDA is #C89025. Grayscale: #696969. Windows color (decimal): -13144102 or 14315319. OLE color: 14315319.

HSL color Cylindrical-coordinate representation of color #376FDA: hue angle of 219.39º 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 #376FDA is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 111 218 -
CMYK 0.75 0.49 0 0.15
HSL 219.39º 0.69% 0.54% -
HSV(B) 219.39º 0.75% 0.85% -
XYZ 19.91 17.24 68.61 -
YUV 106.45 190.95 91.3 -
System Red Green Blue C M Y K H S L
Decimal 55 111 218 0.75 0.49 0 0.15 219.39 0.69 0.54
Hex 37 6F DA 4B 31 0 F DB 45 36
Octal 67 157 332 113 61 0 17 333 105 66
Binary 110111 1101111 11011010 1001011 110001 0 1111 11011011 1000101 110110

Color Harmonies of #376FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FDA

Black with #376FDA

Text Example


Text Example

White with #376FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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