Html Css Color HEX #376AFE Royal Blue

📋 copy color: '#376AFE'

red 55 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #376AFE

Tints of Royal Blue #376AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.2%

R = 13.25%
G = 25.54%
B = 61.2%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#376AFE (or 0x376AFE) is known color: Royal Blue. HEX triplet: 37, 6A and FE. RGB value is (55,106,254). Sum of RGB (Red+Green+Blue) = 55+106+254=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #376AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376AFE is #C89501. Grayscale: #6A6A6A. Windows color (decimal): -13145346 or 16673335. OLE color: 16673335.

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

Color convert

RGB 55 106 254 -
CMYK 0.78 0.58 0 0.00
HSL 224.62º 0.99% 0.61% -
HSV(B) 224.62º 0.78% 1% -
XYZ 24.62 18.28 96 -
YUV 107.62 210.6 90.47 -
System Red Green Blue C M Y K H S L
Decimal 55 106 254 0.78 0.58 0 0.00 224.62 0.99 0.61
Hex 37 6A FE 4E 3A 0 0 E1 63 3D
Octal 67 152 376 116 72 0 0 341 143 75
Binary 110111 1101010 11111110 1001110 111010 0 0 11100001 1100011 111101

Color Harmonies of #376AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AFE

Black with #376AFE

Text Example


Text Example

White with #376AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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