Html Css Color HEX #377FD5 Royal Blue

📋 copy color: '#377FD5'

red 55 ◦ green 127 ◦ blue 213

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

Shades of Royal Blue #377FD5

Tints of Royal Blue #377FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 213 (83.59% from 255) = 53.92%

R = 13.92%
G = 32.15%
B = 53.92%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#377FD5 (or 0x377FD5) is known color: Royal Blue. HEX triplet: 37, 7F and D5. RGB value is (55,127,213). Sum of RGB (Red+Green+Blue) = 55+127+213=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #377FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FD5 is #C8802A. Grayscale: #727272. Windows color (decimal): -13140011 or 13991735. OLE color: 13991735.

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

Color convert

RGB 55 127 213 -
CMYK 0.74 0.40 0 0.16
HSL 212.66º 0.65% 0.53% -
HSV(B) 212.66º 0.74% 0.84% -
XYZ 21.18 20.8 65.85 -
YUV 115.28 183.15 85.01 -
System Red Green Blue C M Y K H S L
Decimal 55 127 213 0.74 0.40 0 0.16 212.66 0.65 0.53
Hex 37 7F D5 4A 28 0 10 D5 41 35
Octal 67 177 325 112 50 0 20 325 101 65
Binary 110111 1111111 11010101 1001010 101000 0 10000 11010101 1000001 110101

Color Harmonies of #377FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FD5

Black with #377FD5

Text Example


Text Example

White with #377FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,127,213); }

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

background-color css

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

 a { background-color: rgb(55,127,213); }

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

border-color css

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

 span { border-color: rgb(55,127,213); }

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