Html Css Color HEX #377ADA Royal Blue

📋 copy color: '#377ADA'

red 55 ◦ green 122 ◦ blue 218

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

Shades of Royal Blue #377ADA

Tints of Royal Blue #377ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 13.92%
G = 30.89%
B = 55.19%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#377ADA (or 0x377ADA) is known color: Royal Blue. HEX triplet: 37, 7A and DA. RGB value is (55,122,218). Sum of RGB (Red+Green+Blue) = 55+122+218=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #377ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ADA is #C88525. Grayscale: #707070. Windows color (decimal): -13141286 or 14318135. OLE color: 14318135.

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

Color convert

RGB 55 122 218 -
CMYK 0.75 0.44 0 0.15
HSL 215.34º 0.69% 0.54% -
HSV(B) 215.34º 0.75% 0.85% -
XYZ 21.19 19.79 69.03 -
YUV 112.91 187.3 86.69 -
System Red Green Blue C M Y K H S L
Decimal 55 122 218 0.75 0.44 0 0.15 215.34 0.69 0.54
Hex 37 7A DA 4B 2C 0 F D7 45 36
Octal 67 172 332 113 54 0 17 327 105 66
Binary 110111 1111010 11011010 1001011 101100 0 1111 11010111 1000101 110110

Color Harmonies of #377ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377ADA

Black with #377ADA

Text Example


Text Example

White with #377ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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