Html Css Color HEX #376FFF Royal Blue

📋 copy color: '#376FFF'

red 55 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #376FFF

Tints of Royal Blue #376FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.57%

R = 13.06%
G = 26.37%
B = 60.57%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#376FFF (or 0x376FFF) is known color: Royal Blue. HEX triplet: 37, 6F and FF. RGB value is (55,111,255). Sum of RGB (Red+Green+Blue) = 55+111+255=421 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.06% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #376FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376FFF is #C89000. Grayscale: #6E6E6E. Windows color (decimal): -13144065 or 16740151. OLE color: 16740151.

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

Color convert

RGB 55 111 255 -
CMYK 0.78 0.56 0 0
HSL 223.2º 1% 0.61% -
HSV(B) 223.2º 0.78% 1% -
XYZ 25.31 19.4 97.02 -
YUV 110.67 209.45 88.29 -
System Red Green Blue C M Y K H S L
Decimal 55 111 255 0.78 0.56 0 0 223.2 1 0.61
Hex 37 6F FF 4E 38 0 0 DF 64 3D
Octal 67 157 377 116 70 0 0 337 144 75
Binary 110111 1101111 11111111 1001110 111000 0 0 11011111 1100100 111101

Color Harmonies of #376FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FFF

Black with #376FFF

Text Example


Text Example

White with #376FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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