Html Css Color HEX #376FEA Royal Blue

📋 copy color: '#376FEA'

red 55 ◦ green 111 ◦ blue 234

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

Shades of Royal Blue #376FEA

Tints of Royal Blue #376FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 13.75%
G = 27.75%
B = 58.5%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#376FEA (or 0x376FEA) is known color: Royal Blue. HEX triplet: 37, 6F and EA. RGB value is (55,111,234). Sum of RGB (Red+Green+Blue) = 55+111+234=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #376FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376FEA is #C89015. Grayscale: #6B6B6B. Windows color (decimal): -13144086 or 15363895. OLE color: 15363895.

HSL color Cylindrical-coordinate representation of color #376FEA: hue angle of 221.23º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #376FEA is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 111 234 -
CMYK 0.76 0.53 0 0.08
HSL 221.23º 0.81% 0.57% -
HSV(B) 221.23º 0.76% 0.92% -
XYZ 22.11 18.12 80.17 -
YUV 108.28 198.95 90 -
System Red Green Blue C M Y K H S L
Decimal 55 111 234 0.76 0.53 0 0.08 221.23 0.81 0.57
Hex 37 6F EA 4C 35 0 8 DD 51 39
Octal 67 157 352 114 65 0 10 335 121 71
Binary 110111 1101111 11101010 1001100 110101 0 1000 11011101 1010001 111001

Color Harmonies of #376FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FEA

Black with #376FEA

Text Example


Text Example

White with #376FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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