Html Css Color HEX #377FD6 Royal Blue

📋 copy color: '#377FD6'

red 55 ◦ green 127 ◦ blue 214

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

Shades of Royal Blue #377FD6

Tints of Royal Blue #377FD6

RGB

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

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

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

R = 13.89%
G = 32.07%
B = 54.04%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#377FD6 (or 0x377FD6) is known color: Royal Blue. HEX triplet: 37, 7F and D6. RGB value is (55,127,214). Sum of RGB (Red+Green+Blue) = 55+127+214=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #377FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FD6 is #C88029. Grayscale: #727272. Windows color (decimal): -13140010 or 14057271. OLE color: 14057271.

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

Color convert

RGB 55 127 214 -
CMYK 0.74 0.41 0 0.16
HSL 212.83º 0.66% 0.53% -
HSV(B) 212.83º 0.74% 0.84% -
XYZ 21.3 20.85 66.52 -
YUV 115.39 183.65 84.93 -
System Red Green Blue C M Y K H S L
Decimal 55 127 214 0.74 0.41 0 0.16 212.83 0.66 0.53
Hex 37 7F D6 4A 29 0 10 D5 42 35
Octal 67 177 326 112 51 0 20 325 102 65
Binary 110111 1111111 11010110 1001010 101001 0 10000 11010101 1000010 110101

Color Harmonies of #377FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FD6

Black with #377FD6

Text Example


Text Example

White with #377FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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