Html Css Color HEX #376AF4 Royal Blue

📋 copy color: '#376AF4'

red 55 ◦ green 106 ◦ blue 244

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

Shades of Royal Blue #376AF4

Tints of Royal Blue #376AF4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 244 (95.7% from 255) = 60.25%

R = 13.58%
G = 26.17%
B = 60.25%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#376AF4 (or 0x376AF4) is known color: Royal Blue. HEX triplet: 37, 6A and F4. RGB value is (55,106,244). Sum of RGB (Red+Green+Blue) = 55+106+244=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 244 (95.70% from 255 or 60.25% from 405); Max value from RGB is 244 - color contains mainly: blue. Hex color #376AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376AF4 is #C8950B. Grayscale: #696969. Windows color (decimal): -13145356 or 16017975. OLE color: 16017975.

HSL color Cylindrical-coordinate representation of color #376AF4: hue angle of 223.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376AF4 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 106 244 -
CMYK 0.77 0.57 0 0.04
HSL 223.81º 0.9% 0.59% -
HSV(B) 223.81º 0.77% 0.96% -
XYZ 23.06 17.65 87.78 -
YUV 106.48 205.6 91.28 -
System Red Green Blue C M Y K H S L
Decimal 55 106 244 0.77 0.57 0 0.04 223.81 0.9 0.59
Hex 37 6A F4 4D 39 0 4 E0 5A 3B
Octal 67 152 364 115 71 0 4 340 132 73
Binary 110111 1101010 11110100 1001101 111001 0 100 11100000 1011010 111011

Color Harmonies of #376AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AF4

Black with #376AF4

Text Example


Text Example

White with #376AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,106,244); }

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

background-color css

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

 a { background-color: rgb(55,106,244); }

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

border-color css

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

 span { border-color: rgb(55,106,244); }

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