Html Css Color HEX #377DD6 Royal Blue

📋 copy color: '#377DD6'

red 55 ◦ green 125 ◦ blue 214

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

Shades of Royal Blue #377DD6

Tints of Royal Blue #377DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.31%

R = 13.96%
G = 31.73%
B = 54.31%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#377DD6 (or 0x377DD6) is known color: Royal Blue. HEX triplet: 37, 7D and D6. RGB value is (55,125,214). Sum of RGB (Red+Green+Blue) = 55+125+214=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #377DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DD6 is #C88229. Grayscale: #717171. Windows color (decimal): -13140522 or 14056759. OLE color: 14056759.

HSL color Cylindrical-coordinate representation of color #377DD6: hue angle of 213.58º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377DD6 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 125 214 -
CMYK 0.74 0.42 0 0.16
HSL 213.58º 0.66% 0.53% -
HSV(B) 213.58º 0.74% 0.84% -
XYZ 21.05 20.33 66.43 -
YUV 114.22 184.31 85.76 -
System Red Green Blue C M Y K H S L
Decimal 55 125 214 0.74 0.42 0 0.16 213.58 0.66 0.53
Hex 37 7D D6 4A 2A 0 10 D6 42 35
Octal 67 175 326 112 52 0 20 326 102 65
Binary 110111 1111101 11010110 1001010 101010 0 10000 11010110 1000010 110101

Color Harmonies of #377DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DD6

Black with #377DD6

Text Example


Text Example

White with #377DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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