Html Css Color HEX #377AD7 Royal Blue

📋 copy color: '#377AD7'

red 55 ◦ green 122 ◦ blue 215

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

Shades of Royal Blue #377AD7

Tints of Royal Blue #377AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

 BLUE value IS 215 (84.38% from 255) = 54.85%

R = 14.03%
G = 31.12%
B = 54.85%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#377AD7 (or 0x377AD7) is known color: Royal Blue. HEX triplet: 37, 7A and D7. RGB value is (55,122,215). Sum of RGB (Red+Green+Blue) = 55+122+215=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #377AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377AD7 is #C88528. Grayscale: #707070. Windows color (decimal): -13141289 or 14121527. OLE color: 14121527.

HSL color Cylindrical-coordinate representation of color #377AD7: hue angle of 214.88º degrees, saturation: 0.67, 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 #377AD7 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 122 215 -
CMYK 0.74 0.43 0 0.16
HSL 214.88º 0.67% 0.53% -
HSV(B) 214.88º 0.74% 0.84% -
XYZ 20.8 19.64 66.98 -
YUV 112.57 185.8 86.94 -
System Red Green Blue C M Y K H S L
Decimal 55 122 215 0.74 0.43 0 0.16 214.88 0.67 0.53
Hex 37 7A D7 4A 2B 0 10 D7 43 35
Octal 67 172 327 112 53 0 20 327 103 65
Binary 110111 1111010 11010111 1001010 101011 0 10000 11010111 1000011 110101

Color Harmonies of #377AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377AD7

Black with #377AD7

Text Example


Text Example

White with #377AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,122,215); }

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

background-color css

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

 a { background-color: rgb(55,122,215); }

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

border-color css

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

 span { border-color: rgb(55,122,215); }

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