Html Css Color HEX #376FFA Royal Blue

📋 copy color: '#376FFA'

red 55 ◦ green 111 ◦ blue 250

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

Shades of Royal Blue #376FFA

Tints of Royal Blue #376FFA

RGB

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

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

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

R = 13.22%
G = 26.68%
B = 60.1%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#376FFA (or 0x376FFA) is known color: Royal Blue. HEX triplet: 37, 6F and FA. RGB value is (55,111,250). Sum of RGB (Red+Green+Blue) = 55+111+250=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #376FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376FFA is #C89005. Grayscale: #6D6D6D. Windows color (decimal): -13144070 or 16412471. OLE color: 16412471.

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

Color convert

RGB 55 111 250 -
CMYK 0.78 0.56 0 0.02
HSL 222.77º 0.95% 0.6% -
HSV(B) 222.77º 0.78% 0.98% -
XYZ 24.52 19.08 92.83 -
YUV 110.1 206.95 88.7 -
System Red Green Blue C M Y K H S L
Decimal 55 111 250 0.78 0.56 0 0.02 222.77 0.95 0.6
Hex 37 6F FA 4E 38 0 2 DF 5F 3C
Octal 67 157 372 116 70 0 2 337 137 74
Binary 110111 1101111 11111010 1001110 111000 0 10 11011111 1011111 111100

Color Harmonies of #376FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FFA

Black with #376FFA

Text Example


Text Example

White with #376FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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