Html Css Color HEX #377EE2 Royal Blue

📋 copy color: '#377EE2'

red 55 ◦ green 126 ◦ blue 226

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

Shades of Royal Blue #377EE2

Tints of Royal Blue #377EE2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

 BLUE value IS 226 (88.67% from 255) = 55.53%

R = 13.51%
G = 30.96%
B = 55.53%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#377EE2 (or 0x377EE2) is known color: Royal Blue. HEX triplet: 37, 7E and E2. RGB value is (55,126,226). Sum of RGB (Red+Green+Blue) = 55+126+226=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 226 (88.67% from 255 or 55.53% from 407); Max value from RGB is 226 - color contains mainly: blue. Hex color #377EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EE2 is #C8811D. Grayscale: #737373. Windows color (decimal): -13140254 or 14843447. OLE color: 14843447.

HSL color Cylindrical-coordinate representation of color #377EE2: hue angle of 215.09º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #377EE2 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 126 226 -
CMYK 0.76 0.44 0 0.11
HSL 215.09º 0.75% 0.55% -
HSV(B) 215.09º 0.76% 0.89% -
XYZ 22.76 21.22 74.85 -
YUV 116.17 189.98 84.37 -
System Red Green Blue C M Y K H S L
Decimal 55 126 226 0.76 0.44 0 0.11 215.09 0.75 0.55
Hex 37 7E E2 4C 2C 0 B D7 4B 37
Octal 67 176 342 114 54 0 13 327 113 67
Binary 110111 1111110 11100010 1001100 101100 0 1011 11010111 1001011 110111

Color Harmonies of #377EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377EE2

Black with #377EE2

Text Example


Text Example

White with #377EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377EE2; }

 p { color: rgb(55,126,226); }

 H1.HeaderClassName
 {
   color: #377EE2;
 }
 .AnyTagClassName
 {
   color: #377EE2;
 }
</style>

background-color css

<style>
 a { background-color: #377EE2; }

 a { background-color: rgb(55,126,226); }

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

border-color css

<style>
 span { border-color: #377EE2; }

 span { border-color: rgb(55,126,226); }

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