Html Css Color HEX #376CFC Royal Blue

📋 copy color: '#376CFC'

red 55 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #376CFC

Tints of Royal Blue #376CFC

RGB

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

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

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

R = 13.25%
G = 26.02%
B = 60.72%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#376CFC (or 0x376CFC) is known color: Royal Blue. HEX triplet: 37, 6C and FC. RGB value is (55,108,252). Sum of RGB (Red+Green+Blue) = 55+108+252=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #376CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376CFC is #C89303. Grayscale: #6B6B6B. Windows color (decimal): -13144836 or 16542775. OLE color: 16542775.

HSL color Cylindrical-coordinate representation of color #376CFC: hue angle of 223.86º 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 #376CFC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 108 252 -
CMYK 0.78 0.57 0 0.01
HSL 223.86º 0.97% 0.6% -
HSV(B) 223.86º 0.78% 0.99% -
XYZ 24.51 18.57 94.39 -
YUV 108.57 208.94 89.79 -
System Red Green Blue C M Y K H S L
Decimal 55 108 252 0.78 0.57 0 0.01 223.86 0.97 0.6
Hex 37 6C FC 4E 39 0 1 E0 61 3C
Octal 67 154 374 116 71 0 1 340 141 74
Binary 110111 1101100 11111100 1001110 111001 0 1 11100000 1100001 111100

Color Harmonies of #376CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CFC

Black with #376CFC

Text Example


Text Example

White with #376CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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