Html Css Color HEX #377EE4 Royal Blue

📋 copy color: '#377EE4'

red 55 ◦ green 126 ◦ blue 228

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

Shades of Royal Blue #377EE4

Tints of Royal Blue #377EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.75%

R = 13.45%
G = 30.81%
B = 55.75%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#377EE4 (or 0x377EE4) is known color: Royal Blue. HEX triplet: 37, 7E and E4. RGB value is (55,126,228). Sum of RGB (Red+Green+Blue) = 55+126+228=409 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.45% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #377EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EE4 is #C8811B. Grayscale: #737373. Windows color (decimal): -13140252 or 14974519. OLE color: 14974519.

HSL color Cylindrical-coordinate representation of color #377EE4: hue angle of 215.38º degrees, saturation: 0.76, 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 #377EE4 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 126 228 -
CMYK 0.76 0.45 0 0.11
HSL 215.38º 0.76% 0.55% -
HSV(B) 215.38º 0.76% 0.89% -
XYZ 23.04 21.34 76.3 -
YUV 116.4 190.98 84.21 -
System Red Green Blue C M Y K H S L
Decimal 55 126 228 0.76 0.45 0 0.11 215.38 0.76 0.55
Hex 37 7E E4 4C 2D 0 B D7 4C 37
Octal 67 176 344 114 55 0 13 327 114 67
Binary 110111 1111110 11100100 1001100 101101 0 1011 11010111 1001100 110111

Color Harmonies of #377EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377EE4

Black with #377EE4

Text Example


Text Example

White with #377EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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