Html Css Color HEX #377BE0 Royal Blue

📋 copy color: '#377BE0'

red 55 ◦ green 123 ◦ blue 224

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

Shades of Royal Blue #377BE0

Tints of Royal Blue #377BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

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

R = 13.68%
G = 30.6%
B = 55.72%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#377BE0 (or 0x377BE0) is known color: Royal Blue. HEX triplet: 37, 7B and E0. RGB value is (55,123,224). Sum of RGB (Red+Green+Blue) = 55+123+224=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #377BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BE0 is #C8841F. Grayscale: #717171. Windows color (decimal): -13141024 or 14711607. OLE color: 14711607.

HSL color Cylindrical-coordinate representation of color #377BE0: hue angle of 215.86º 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 #377BE0 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 123 224 -
CMYK 0.75 0.45 0 0.12
HSL 215.86º 0.73% 0.55% -
HSV(B) 215.86º 0.75% 0.88% -
XYZ 22.11 20.36 73.29 -
YUV 114.18 189.97 85.79 -
System Red Green Blue C M Y K H S L
Decimal 55 123 224 0.75 0.45 0 0.12 215.86 0.73 0.55
Hex 37 7B E0 4B 2D 0 C D8 49 37
Octal 67 173 340 113 55 0 14 330 111 67
Binary 110111 1111011 11100000 1001011 101101 0 1100 11011000 1001001 110111

Color Harmonies of #377BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377BE0

Black with #377BE0

Text Example


Text Example

White with #377BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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