Html Css Color HEX #377EE0 Royal Blue

📋 copy color: '#377EE0'

red 55 ◦ green 126 ◦ blue 224

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

Shades of Royal Blue #377EE0

Tints of Royal Blue #377EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.31%

R = 13.58%
G = 31.11%
B = 55.31%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#377EE0 (or 0x377EE0) is known color: Royal Blue. HEX triplet: 37, 7E and E0. RGB value is (55,126,224). Sum of RGB (Red+Green+Blue) = 55+126+224=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #377EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EE0 is #C8811F. Grayscale: #737373. Windows color (decimal): -13140256 or 14712375. OLE color: 14712375.

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

Color convert

RGB 55 126 224 -
CMYK 0.75 0.44 0 0.12
HSL 214.79º 0.73% 0.55% -
HSV(B) 214.79º 0.75% 0.88% -
XYZ 22.49 21.12 73.41 -
YUV 115.94 188.98 84.53 -
System Red Green Blue C M Y K H S L
Decimal 55 126 224 0.75 0.44 0 0.12 214.79 0.73 0.55
Hex 37 7E E0 4B 2C 0 C D7 49 37
Octal 67 176 340 113 54 0 14 327 111 67
Binary 110111 1111110 11100000 1001011 101100 0 1100 11010111 1001001 110111

Color Harmonies of #377EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377EE0

Black with #377EE0

Text Example


Text Example

White with #377EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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