Html Css Color HEX #376AFB Royal Blue

📋 copy color: '#376AFB'

red 55 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #376AFB

Tints of Royal Blue #376AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 13.35%
G = 25.73%
B = 60.92%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#376AFB (or 0x376AFB) is known color: Royal Blue. HEX triplet: 37, 6A and FB. RGB value is (55,106,251). Sum of RGB (Red+Green+Blue) = 55+106+251=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #376AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376AFB is #C89504. Grayscale: #6A6A6A. Windows color (decimal): -13145349 or 16476727. OLE color: 16476727.

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

Color convert

RGB 55 106 251 -
CMYK 0.78 0.58 0 0.02
HSL 224.39º 0.96% 0.6% -
HSV(B) 224.39º 0.78% 0.98% -
XYZ 24.14 18.09 93.49 -
YUV 107.28 209.1 90.71 -
System Red Green Blue C M Y K H S L
Decimal 55 106 251 0.78 0.58 0 0.02 224.39 0.96 0.6
Hex 37 6A FB 4E 3A 0 2 E0 60 3C
Octal 67 152 373 116 72 0 2 340 140 74
Binary 110111 1101010 11111011 1001110 111010 0 10 11100000 1100000 111100

Color Harmonies of #376AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AFB

Black with #376AFB

Text Example


Text Example

White with #376AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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