Html Css Color HEX #376BF2 Royal Blue

📋 copy color: '#376BF2'

red 55 ◦ green 107 ◦ blue 242

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

Shades of Royal Blue #376BF2

Tints of Royal Blue #376BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

 BLUE value IS 242 (94.92% from 255) = 59.9%

R = 13.61%
G = 26.49%
B = 59.9%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#376BF2 (or 0x376BF2) is known color: Royal Blue. HEX triplet: 37, 6B and F2. RGB value is (55,107,242). Sum of RGB (Red+Green+Blue) = 55+107+242=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #376BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376BF2 is #C8940D. Grayscale: #6A6A6A. Windows color (decimal): -13145102 or 15887159. OLE color: 15887159.

HSL color Cylindrical-coordinate representation of color #376BF2: hue angle of 223.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376BF2 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 107 242 -
CMYK 0.77 0.56 0 0.05
HSL 223.32º 0.88% 0.58% -
HSV(B) 223.32º 0.77% 0.95% -
XYZ 22.86 17.74 86.22 -
YUV 106.84 204.27 91.02 -
System Red Green Blue C M Y K H S L
Decimal 55 107 242 0.77 0.56 0 0.05 223.32 0.88 0.58
Hex 37 6B F2 4D 38 0 5 DF 58 3A
Octal 67 153 362 115 70 0 5 337 130 72
Binary 110111 1101011 11110010 1001101 111000 0 101 11011111 1011000 111010

Color Harmonies of #376BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BF2

Black with #376BF2

Text Example


Text Example

White with #376BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,107,242); }

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

background-color css

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

 a { background-color: rgb(55,107,242); }

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

border-color css

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

 span { border-color: rgb(55,107,242); }

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