Html Css Color HEX #376FF2 Royal Blue

📋 copy color: '#376FF2'

red 55 ◦ green 111 ◦ blue 242

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

Shades of Royal Blue #376FF2

Tints of Royal Blue #376FF2

RGB

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

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

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

R = 13.48%
G = 27.21%
B = 59.31%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#376FF2 (or 0x376FF2) is known color: Royal Blue. HEX triplet: 37, 6F and F2. RGB value is (55,111,242). Sum of RGB (Red+Green+Blue) = 55+111+242=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #376FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376FF2 is #C8900D. Grayscale: #6C6C6C. Windows color (decimal): -13144078 or 15888183. OLE color: 15888183.

HSL color Cylindrical-coordinate representation of color #376FF2: hue angle of 222.03º 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 #376FF2 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 111 242 -
CMYK 0.77 0.54 0 0.05
HSL 222.03º 0.88% 0.58% -
HSV(B) 222.03º 0.77% 0.95% -
XYZ 23.29 18.59 86.37 -
YUV 109.19 202.95 89.35 -
System Red Green Blue C M Y K H S L
Decimal 55 111 242 0.77 0.54 0 0.05 222.03 0.88 0.58
Hex 37 6F F2 4D 36 0 5 DE 58 3A
Octal 67 157 362 115 66 0 5 336 130 72
Binary 110111 1101111 11110010 1001101 110110 0 101 11011110 1011000 111010

Color Harmonies of #376FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FF2

Black with #376FF2

Text Example


Text Example

White with #376FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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