Html Css Color HEX #376BFC Royal Blue

📋 copy color: '#376BFC'

red 55 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #376BFC

Tints of Royal Blue #376BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 252 (98.83% from 255) = 60.87%

R = 13.29%
G = 25.85%
B = 60.87%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#376BFC (or 0x376BFC) is known color: Royal Blue. HEX triplet: 37, 6B and FC. RGB value is (55,107,252). Sum of RGB (Red+Green+Blue) = 55+107+252=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #376BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376BFC is #C89403. Grayscale: #6B6B6B. Windows color (decimal): -13145092 or 16542519. OLE color: 16542519.

HSL color Cylindrical-coordinate representation of color #376BFC: hue angle of 224.16º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376BFC is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 107 252 -
CMYK 0.78 0.58 0 0.01
HSL 224.16º 0.97% 0.6% -
HSV(B) 224.16º 0.78% 0.99% -
XYZ 24.4 18.36 94.35 -
YUV 107.98 209.27 90.21 -
System Red Green Blue C M Y K H S L
Decimal 55 107 252 0.78 0.58 0 0.01 224.16 0.97 0.6
Hex 37 6B FC 4E 3A 0 1 E0 61 3C
Octal 67 153 374 116 72 0 1 340 141 74
Binary 110111 1101011 11111100 1001110 111010 0 1 11100000 1100001 111100

Color Harmonies of #376BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BFC

Black with #376BFC

Text Example


Text Example

White with #376BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,107,252); }

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

background-color css

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

 a { background-color: rgb(55,107,252); }

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

border-color css

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

 span { border-color: rgb(55,107,252); }

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