Html Css Color HEX #376CFA Royal Blue

📋 copy color: '#376CFA'

red 55 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #376CFA

Tints of Royal Blue #376CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 13.32%
G = 26.15%
B = 60.53%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#376CFA (or 0x376CFA) is known color: Royal Blue. HEX triplet: 37, 6C and FA. RGB value is (55,108,250). Sum of RGB (Red+Green+Blue) = 55+108+250=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #376CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376CFA is #C89305. Grayscale: #6B6B6B. Windows color (decimal): -13144838 or 16411703. OLE color: 16411703.

HSL color Cylindrical-coordinate representation of color #376CFA: hue angle of 223.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376CFA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 108 250 -
CMYK 0.78 0.57 0 0.02
HSL 223.69º 0.95% 0.6% -
HSV(B) 223.69º 0.78% 0.98% -
XYZ 24.19 18.44 92.73 -
YUV 108.34 207.94 89.95 -
System Red Green Blue C M Y K H S L
Decimal 55 108 250 0.78 0.57 0 0.02 223.69 0.95 0.6
Hex 37 6C FA 4E 39 0 2 E0 5F 3C
Octal 67 154 372 116 71 0 2 340 137 74
Binary 110111 1101100 11111010 1001110 111001 0 10 11100000 1011111 111100

Color Harmonies of #376CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CFA

Black with #376CFA

Text Example


Text Example

White with #376CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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