Html Css Color HEX #377DDD Royal Blue

📋 copy color: '#377DDD'

red 55 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #377DDD

Tints of Royal Blue #377DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

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

R = 13.72%
G = 31.17%
B = 55.11%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#377DDD (or 0x377DDD) is known color: Royal Blue. HEX triplet: 37, 7D and DD. RGB value is (55,125,221). Sum of RGB (Red+Green+Blue) = 55+125+221=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #377DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DDD is #C88222. Grayscale: #727272. Windows color (decimal): -13140515 or 14515511. OLE color: 14515511.

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

Color convert

RGB 55 125 221 -
CMYK 0.75 0.43 0 0.13
HSL 214.7º 0.71% 0.54% -
HSV(B) 214.7º 0.75% 0.87% -
XYZ 21.96 20.7 71.24 -
YUV 115.01 187.81 85.19 -
System Red Green Blue C M Y K H S L
Decimal 55 125 221 0.75 0.43 0 0.13 214.7 0.71 0.54
Hex 37 7D DD 4B 2B 0 D D7 47 36
Octal 67 175 335 113 53 0 15 327 107 66
Binary 110111 1111101 11011101 1001011 101011 0 1101 11010111 1000111 110110

Color Harmonies of #377DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DDD

Black with #377DDD

Text Example


Text Example

White with #377DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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