Html Css Color HEX #376FFE Royal Blue

📋 copy color: '#376FFE'

red 55 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #376FFE

Tints of Royal Blue #376FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

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

R = 13.1%
G = 26.43%
B = 60.48%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#376FFE (or 0x376FFE) is known color: Royal Blue. HEX triplet: 37, 6F and FE. RGB value is (55,111,254). Sum of RGB (Red+Green+Blue) = 55+111+254=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #376FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376FFE is #C89001. Grayscale: #6D6D6D. Windows color (decimal): -13144066 or 16674615. OLE color: 16674615.

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

Color convert

RGB 55 111 254 -
CMYK 0.78 0.56 0 0.00
HSL 223.12º 0.99% 0.61% -
HSV(B) 223.12º 0.78% 1% -
XYZ 25.15 19.34 96.17 -
YUV 110.56 208.95 88.37 -
System Red Green Blue C M Y K H S L
Decimal 55 111 254 0.78 0.56 0 0.00 223.12 0.99 0.61
Hex 37 6F FE 4E 38 0 0 DF 63 3D
Octal 67 157 376 116 70 0 0 337 143 75
Binary 110111 1101111 11111110 1001110 111000 0 0 11011111 1100011 111101

Color Harmonies of #376FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FFE

Black with #376FFE

Text Example


Text Example

White with #376FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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