Html Css Color HEX #377BDD Royal Blue

📋 copy color: '#377BDD'

red 55 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #377BDD

Tints of Royal Blue #377BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 13.78%
G = 30.83%
B = 55.39%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#377BDD (or 0x377BDD) is known color: Royal Blue. HEX triplet: 37, 7B and DD. RGB value is (55,123,221). Sum of RGB (Red+Green+Blue) = 55+123+221=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #377BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BDD is #C88422. Grayscale: #717171. Windows color (decimal): -13141027 or 14514999. OLE color: 14514999.

HSL color Cylindrical-coordinate representation of color #377BDD: hue angle of 215.42º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377BDD is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 123 221 -
CMYK 0.75 0.44 0 0.13
HSL 215.42º 0.71% 0.54% -
HSV(B) 215.42º 0.75% 0.87% -
XYZ 21.71 20.2 71.16 -
YUV 113.84 188.47 86.03 -
System Red Green Blue C M Y K H S L
Decimal 55 123 221 0.75 0.44 0 0.13 215.42 0.71 0.54
Hex 37 7B DD 4B 2C 0 D D7 47 36
Octal 67 173 335 113 54 0 15 327 107 66
Binary 110111 1111011 11011101 1001011 101100 0 1101 11010111 1000111 110110

Color Harmonies of #377BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377BDD

Black with #377BDD

Text Example


Text Example

White with #377BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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